diff --git a/pshell b/pshell index 976fb12..849dcde 100755 --- a/pshell +++ b/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[@]}"