Files
dotfiles/.emacs.d/snippets/sh-mode/args
2017-12-21 17:29:29 +01:00

7 lines
87 B
Plaintext

# -*- mode: snippet -*-
# name:args
# key: args
# --
if [ $# -lt ${1:2} ]
then $0
fi