From 2856f6a7788b7bb4bdaa069814a3295af2975f6d Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 30 Sep 2025 11:58:45 +0200 Subject: [PATCH] Removed command log --- pshell | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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[@]}"