5 lines
45 B
Plaintext
5 lines
45 B
Plaintext
|
for ${2:i} in ${1:array}
|
||
|
do
|
||
|
echo $2
|
||
|
done
|