summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/sh-mode/bash-shebang6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/sh-mode/bash-shebang b/snippets/sh-mode/bash-shebang
new file mode 100644
index 0000000..925e0c0
--- /dev/null
+++ b/snippets/sh-mode/bash-shebang
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: bash shebang
+# key: sb
+# --
+#!/usr/bin/env bash
+$0