2016-02-18 14:53:30 +01:00

7 lines
108 B
Plaintext

# -*- mode: snippet -*-
# name: link
# key: link
# --
link "${1:/tmp/passwd}" do
to "${2:/etc/passwd}"
end