summaryrefslogtreecommitdiff
path: root/rushs/tinyprintf/using_special_variables/print.sh
blob: c24bebd48014f94f4ca5b86d3a927d81974b78be (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo $#
echo $*
echo $1
echo $2
echo $3
echo ${13}
echo $0