dotar/vim/snippets/sh/fore.snippet
2011-11-17 16:00:49 -06:00

5 lines
45 B
Plaintext
Executable File

for ${2:i} in ${1:array}
do
echo $2
done