gash/tests/01-script-shift.sh

10 lines
64 B
Bash
Raw Normal View History

2018-11-25 07:46:10 +00:00
echo $@
shift
echo $@
shift
echo $@
shift
echo $@
shift
echo $@