transfer time, case insensitive
This commit is contained in:
@@ -300,7 +300,9 @@ for (( i=1; i<=$#; i++ )); do
|
||||
|
||||
opts+=( "$value" )
|
||||
done
|
||||
|
||||
if [[ "${#opts[@]}" -eq 0 ]]; then
|
||||
_help
|
||||
fi
|
||||
select_option "${opts[@]}"
|
||||
exit $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user