Removed command log
This commit is contained in:
10
pshell
10
pshell
@@ -77,11 +77,11 @@ while (($#)); do
|
||||
done
|
||||
|
||||
# Show them like before, in one line:
|
||||
printf 'Remaining args:'
|
||||
for arg in "${PASS[@]}"; do
|
||||
printf ' "%s"' "$arg"
|
||||
done
|
||||
echo
|
||||
#printf 'Remaining args:'
|
||||
#for arg in "${PASS[@]}"; do
|
||||
# printf ' "%s"' "$arg"
|
||||
#done
|
||||
#echo
|
||||
|
||||
# Restore positional parameters cleanly
|
||||
set -- "${PASS[@]}"
|
||||
|
||||
Reference in New Issue
Block a user