4d74fee029556216ca5914d7ed90f21e04971ab0
[external/busybox.git] / util-linux / shell / hush_test / hush-vars / param_glob.tests
1 if test $# = 0; then
2     exec "$THIS_SH" "$0" 'param_glob.t*'
3     echo NOT SHOWN
4     exit
5 fi
6 echo $*
7 echo $@
8 echo "$*"
9 echo "$@"