Add support of ASF_PATH to shell scripts + misc

This commit is contained in:
JustArchi
2019-08-03 02:16:16 +02:00
parent 3ce215417b
commit 36b2a4b505
6 changed files with 84 additions and 15 deletions

4
run.sh
View File

@@ -42,6 +42,10 @@ PARSE_ARG() {
esac
}
if [[ -n "${ASF_PATH-}" ]]; then
cd "$ASF_PATH"
fi
if [[ -n "${ASF_ARGS-}" ]]; then
for ARG in $ASF_ARGS; do
if [[ -n "$ARG" ]]; then