7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
#name : fo
|
|
# --
|
|
for ${1:el} in \$\{${2:list}\}; do
|
|
echo "\${$1}"
|
|
$0
|
|
done
|