orgweb/site/snippets/etcgit.org

13 lines
274 B
Org Mode
Raw Normal View History

#+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