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