summaryrefslogtreecommitdiff
path: root/udev-mode/GOTO
diff options
context:
space:
mode:
authorAndrea Crotti <andrea.crotti.0@gmail.com>2011-07-25 09:58:18 +0200
committerAndrea Crotti <andrea.crotti.0@gmail.com>2011-07-25 09:58:18 +0200
commitce3d2765688235fad5963ab13bf8d94f9f6697e7 (patch)
tree1bddbcb36dd6a492bcc324cae3d7aee17bdbe9c7 /udev-mode/GOTO
parentc538df522a988d7149f6438cd79880701603067e (diff)
two more snippets
Diffstat (limited to 'udev-mode/GOTO')
-rw-r--r--udev-mode/GOTO8
1 files changed, 8 insertions, 0 deletions
diff --git a/udev-mode/GOTO b/udev-mode/GOTO
new file mode 100644
index 0000000..2200b5d
--- /dev/null
+++ b/udev-mode/GOTO
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: GOTO
+# key: goto
+# --
+GOTO="$1"
+$0
+
+LABEL="$1" \ No newline at end of file