Update sh template

This commit is contained in:
Michael Campagnaro 2017-08-23 23:35:26 -04:00
parent dc44f2f398
commit 1c154b2554

View File

@ -19,6 +19,15 @@ else
NORMAL=""
fi
error() {
printf "${BOLD}${RED}$1${NORMAL}"
}
abort() {
error "\nAborting...\n"
exit 1
}
set -e
cwd=$PWD