mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-14 07:53:46 -05:00
Added args
This commit is contained in:
@@ -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 ###################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user