Update sh template
This commit is contained in:
parent
dc44f2f398
commit
1c154b2554
|
@ -19,6 +19,15 @@ else
|
|||
NORMAL=""
|
||||
fi
|
||||
|
||||
error() {
|
||||
printf "${BOLD}${RED}$1${NORMAL}"
|
||||
}
|
||||
|
||||
abort() {
|
||||
error "\nAborting...\n"
|
||||
exit 1
|
||||
}
|
||||
|
||||
set -e
|
||||
|
||||
cwd=$PWD
|
||||
|
|
Loading…
Reference in New Issue
Block a user