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

8 lines
61 B
Plaintext

# name: function
# key: fun
# --
${1:function} ()
{
$0
}