add motd files

This commit is contained in:
ExquisiteCorp 2021-09-28 17:04:11 -04:00
parent c9eb5ae50a
commit eff963ce40
2 changed files with 26 additions and 0 deletions

11
etc/motd Normal file
View File

@ -0,0 +1,11 @@
Hello and welcome to anti-soft.
This is a single computer ("in the cloud") that we are all sharing together.
This is a fun Linux server for exploration and learning. There are lots of resources online for learning about Linux.
TIP: If you get stuck, you can cancel out of many commands with Control-C or force quit/exit is Control-D.
To log out of anti-soft, type exit at the prompt.
Run "getting-started" for a list of software and commands to try.

15
etc/update-motd.d/01-custom Executable file
View File

@ -0,0 +1,15 @@
#!/bin/sh
cowsay -f milk 'Welcome to anti-soft'
echo "Currently logged in:\n"
users | tr ' ' \\n | uniq
echo ""
echo "Update 9/28: The tetris tournament has begun! Current high score by stuffo! Enter tetris-bsd to play."
echo ""
tetris-bsd -s
echo ""
echo "You can see additional highscores for several server games by typing: highscores"