diff options
author | Aaron Ball <nullspoon@oper.io> | 2024-10-26 21:58:14 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2024-10-26 21:58:14 -0600 |
commit | 6d72f995671a7230ed3cc181271ef2113721f28c (patch) | |
tree | 1afc1e063de7ea5662c2a804122e74c1a7c8de56 | |
parent | 011b0c15f6ed94b9c8fe9ef0767ab9665570572d (diff) | |
download | motd.sh-6d72f995671a7230ed3cc181271ef2113721f28c.tar.gz motd.sh-6d72f995671a7230ed3cc181271ef2113721f28c.tar.xz |
Add motd test page
-rw-r--r-- | posts/motd.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/posts/motd.md b/posts/motd.md new file mode 100644 index 0000000..fe1e056 --- /dev/null +++ b/posts/motd.md @@ -0,0 +1,8 @@ +/etc/motd.sh +============ + +Look, another page! + +``` +cat /etc/motd +``` |