1if test $# = 0; then 2 exec "$THIS_SH" "$0" 'param_glob.t*' 3 echo NOT SHOWN 4 exit 5fi 6echo $* 7echo $@ 8echo "$*" 9echo "$@" 10