Added args

This commit is contained in:
Nathaniel Landau
2015-03-31 10:04:01 -04:00
parent 2486089460
commit 365d343922

View File

@@ -53,6 +53,7 @@ debug=0
safeRun=0
downsize720=0
deleteOriginal=0
args=()
# Set Temp Directory
# -----------------------------------
@@ -536,6 +537,8 @@ while [[ $1 = -?* ]]; do
shift
done
# Store the remaining part as arguments.
args+=("$@")
############## End Options and Usage ###################