Skip to content

Instantly share code, notes, and snippets.

@crazyboycjr
Created January 20, 2019 07:17
Show Gist options
  • Save crazyboycjr/3e62b0626b6a94adfd4aff655df3be7c to your computer and use it in GitHub Desktop.
Save crazyboycjr/3e62b0626b6a94adfd4aff655df3be7c to your computer and use it in GitHub Desktop.
motd for MSN group
#!/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