13 lines
274 B
Org Mode
13 lines
274 B
Org Mode
|
#+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
|