summaryrefslogtreecommitdiff
path: root/snippets/org-mode/src-shell
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/org-mode/src-shell')
-rw-r--r--snippets/org-mode/src-shell7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/org-mode/src-shell b/snippets/org-mode/src-shell
new file mode 100644
index 0000000..477f2c9
--- /dev/null
+++ b/snippets/org-mode/src-shell
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: src shell
+# key: ss
+# --
+#+begin_src shell
+$0
+#+end_src \ No newline at end of file