confi-emacs-actual/snippets/sh-mode/if-one-line
2022-03-29 19:21:13 -04:00

7 lines
111 B
Plaintext

# -*- mode: snippet -*-
# name: if ...; then ...; fi
# key: if;
# uuid: if;
# --
${1:condition} && ${0:echo 1}