ambevar-dotfiles/.emacs.d/snippets/sh-mode/if

7 lines
60 B
Plaintext

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