Skip to content

Instantly share code, notes, and snippets.

@bbrown
Created June 4, 2015 23:21
Show Gist options
  • Save bbrown/fc96841beb95630e2f99 to your computer and use it in GitHub Desktop.
Save bbrown/fc96841beb95630e2f99 to your computer and use it in GitHub Desktop.
Red motd banner for production
echo -en "\033[0;31m" > /etc/motd
echo "***** PRODUCTION - APP_NAME *****" >> /etc/motd
echo -en "\033[0m" >> /etc/motd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment