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

7 lines
83 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: Greater than
# key: >
# uuid: >
# --
"$1" -gt "$2"