Skip to content

Instantly share code, notes, and snippets.

@jesseadams
Created June 24, 2014 21:18
Show Gist options
  • Save jesseadams/ca574369bd0f18ca98fd to your computer and use it in GitHub Desktop.
Save jesseadams/ca574369bd0f18ca98fd to your computer and use it in GitHub Desktop.
function warn() {
echo -e "\e[1;33m${1}\e[0m"
}
function success() {
echo -e "\e[1;32m${1}\e[0m"
}
function error() {
echo -e "\e[1;31m${1}\e[0m"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment