7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: test
|
|
# key: test
|
|
# --
|
|
test "$1" do
|
|
$0
|
|
end |