ambevar-dotfiles/.emacs.d/plugins/yas/snippets/text-mode/sh-mode/if

6 lines
50 B
Plaintext

#name : if then fi
# --
if [ $1 ]; then
$0
fi