Remove comments

This commit is contained in:
Santiago Lo Coco 2022-02-01 16:24:39 -03:00
parent 5a1e02488a
commit fff603a199
1 changed files with 1 additions and 3 deletions

View File

@ -148,6 +148,4 @@ runScript() {
cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; }
}
# runScript "$@"
checkForDependencies "whip"
exit $?
runScript "$@"