summaryrefslogtreecommitdiffstats
path: root/site/snippets/etcgit.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-19 03:01:33 +0100
committerGravatar Tom Willemsen2013-01-19 03:01:33 +0100
commit5695637fc1809d8777f6edcb67f1ab4e372c8bbb (patch)
tree60ae39992c091fa83856ebd0cd28c983cb994f50 /site/snippets/etcgit.org
parent4a390ffcfd6ab26d3c8e6110dac995f1f193c172 (diff)
downloadorgweb-5695637fc1809d8777f6edcb67f1ab4e372c8bbb.tar.gz
orgweb-5695637fc1809d8777f6edcb67f1ab4e372c8bbb.zip
Remove snippets
This is not the way I want to present them
Diffstat (limited to 'site/snippets/etcgit.org')
-rw-r--r--site/snippets/etcgit.org12
1 files changed, 0 insertions, 12 deletions
diff --git a/site/snippets/etcgit.org b/site/snippets/etcgit.org
deleted file mode 100644
index d266a2d..0000000
--- a/site/snippets/etcgit.org
+++ /dev/null
@@ -1,12 +0,0 @@
-#+TITLE: etcgit
-#+OPTIONS: toc:nil
-
-* etcgit
-
- A tiny wrapper around git to help it make managing my ~/etc/~
- directory a little easier
-
- #+BEGIN_SRC sh :tangle etcgit
- #!/usr/bin/env rc
- git --git-dir /home/slash/projects/etcfiles --work-tree /etc/ $*
- #+END_SRC