Created
January 20, 2019 07:17
-
-
Save crazyboycjr/3e62b0626b6a94adfd4aff655df3be7c to your computer and use it in GitHub Desktop.
motd for MSN group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo -n 'MSN' | toilet -f mono12 -F border --metal > /etc/motd && fortune | cowsay -f tux >> /etc/motd | |
echo 'Have a lot of fun...' >> /etc/motd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment