diff --git a/bin/bash-strict b/bin/bash-strict index 2998b7c..25a29e6 100755 --- a/bin/bash-strict +++ b/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=("$@") diff --git a/test5.sh b/test5.sh index 98dfd27..99d463a 100755 --- a/test5.sh +++ b/test5.sh @@ -13,6 +13,7 @@ function f1 { } echo START TEST5 +echo toto >>/tmp/toto for i in "$@"; do echo ARG: $i done