First commit.
This commit is contained in:
6
snippets/sh-mode/if-one-line
Normal file
6
snippets/sh-mode/if-one-line
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if ...; then ...; fi
|
||||
# key: if;
|
||||
# uuid: if;
|
||||
# --
|
||||
${1:condition} && ${0:echo 1}
|
Reference in New Issue
Block a user