DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / sh-mode / if
12345678
# -*- mode: snippet -*- # name: if # key: if # -- if ${1:[ -f file]} then ${2:do} fi $0