Browse Source

TODO --debug

main
pvincent 2 weeks ago
parent
commit
07e81e6ec7
  1. 1
      bin/bash-strict
  2. 1
      test5.sh

1
bin/bash-strict

@ -27,6 +27,7 @@ function exit {
# MAIN
# TODO: take attention to argument like -x or --debug, then shift!
command=$1
shift
args=("$@")

1
test5.sh

@ -13,6 +13,7 @@ function f1 {
}
echo START TEST5
echo toto >>/tmp/toto
for i in "$@"; do
echo ARG: $i
done

Loading…
Cancel
Save