summaryrefslogtreecommitdiff
path: root/snippets/sh-mode/sh-shebang
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-02-06 23:39:52 -0500
committerKyle Meyer <kyle@kyleam.com>2017-02-06 23:39:58 -0500
commit47107701be1f0cd879802863a6ba8c335d1949b6 (patch)
tree36215ab16819c7dd394c9a438b8ca5dca89d9959 /snippets/sh-mode/sh-shebang
parent5b37f0761f03646a3f43fe39e26e7ea2cbfa5aa9 (diff)
downloademacs.d-47107701be1f0cd879802863a6ba8c335d1949b6.tar.gz
snippets/sh-mode: Replace bash shebang with sh shebang
Diffstat (limited to 'snippets/sh-mode/sh-shebang')
-rw-r--r--snippets/sh-mode/sh-shebang6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/sh-mode/sh-shebang b/snippets/sh-mode/sh-shebang
new file mode 100644
index 0000000..c594a21
--- /dev/null
+++ b/snippets/sh-mode/sh-shebang
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: sh shebang
+# key: sb
+# --
+#!/usr/bin/env sh
+$0 \ No newline at end of file