summaryrefslogtreecommitdiffstats
path: root/tests/dollar-at3.sub
blob: 76a65c1fcd51d5aed65c673d0b5633fb6897a3a5 (plain)
1
2
3
4
5
6
7
8
9
set -u

echo ${#@}
echo ${@:-bar}

echo $@
echo after 1
echo ${@}
echo after 2