unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/chef-mode/link

7 lines
108 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: link
# key: link
# --
link "${1:/tmp/passwd}" do
to "${2:/etc/passwd}"
end