7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: link
|
|
# key: link
|
|
# --
|
|
link "${1:/tmp/passwd}" do
|
|
to "${2:/etc/passwd}"
|
|
end |