5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
for ${1:i} in {${2:1}..${3:10}}
|
||
|
do
|
||
|
echo "$$1"
|
||
|
done
|