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

4 lines
54 B
Plaintext
Executable File

while [[ ${1:condition} ]]; do
${2:#statements}
done