Skip to content

Instantly share code, notes, and snippets.

@alicraigmile
Created October 22, 2014 10:58
Show Gist options
  • Save alicraigmile/c477f6b360be76b8256c to your computer and use it in GitHub Desktop.
Save alicraigmile/c477f6b360be76b8256c to your computer and use it in GitHub Desktop.
Print my personal message of the day.
#!/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