index
:
dotemacs.git
main
performance
my Emacs configuration
Craig Jennings
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
snippets
/
sh-mode
/
if_file_exists
blob: 38c6e90fb388bd44e5e731fd250d250b118d931f (
plain
)
1
2
3
4
5
# -*- mode: snippet -*- # name: if_file_exists # key: <if_file # -- [ -f $1 ] && $0