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

6 lines
74 B
Plaintext
Executable File

if [[ ${1:condition} ]]; then
${2:#statements}
else
${3:#statements}
fi