Removed command log

This commit is contained in:
Alexandre Gobbo
2025-09-30 11:58:45 +02:00
parent 705418e9ee
commit 2856f6a778

10
pshell
View File

@@ -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[@]}"