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