confi-emacs-actual/snippets/sh-mode/lt

7 lines
80 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: Less than
# key: <
# uuid: <
# --
"$1" -lt "$2"