summaryrefslogtreecommitdiffstats
path: root/site/snippets/etcgit.org
diff options
context:
space:
mode:
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