Last active
January 22, 2019 09:32
-
-
Save bobdesaunois/d16769c70739e34b234fa936be8f7040 to your computer and use it in GitHub Desktop.
.profile
This file contains 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
figlet -c <PROJECT_NAME_HERE> | |
alias please=sudo | |
echo -e "\n" | |
RED="\033[1;31m" | |
_NC='\033[0m' | |
echo -e "${RED}@@@@@@@@@@@@ WARNING @@@@@@@@@@@@@@@@" | |
echo -e "@ THIS IS A PRODUCTION DROPLET @" | |
echo -e "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n\nREMEMBER TO MAKE SNAPSHOTS${_NC}" | |
echo -e "\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment