Created
October 22, 2014 10:58
-
-
Save alicraigmile/c477f6b360be76b8256c to your computer and use it in GitHub Desktop.
Print my personal message of the day.
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/bash | |
function motd() { | |
echo "------------------------------------------------------------------------------" | |
cat ~/.motd | |
echo "------------------------------------------------------------------------------" | |
} | |
function vm() { | |
$EDITORI ~/.motd | |
} | |
motd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment