confi-emacs-actual/snippets/sh-mode/if-one-line

7 lines
111 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: if ...; then ...; fi
# key: if;
# uuid: if;
# --
${1:condition} && ${0:echo 1}