diff options
Diffstat (limited to 'etc-clone')
-rw-r--r-- | etc-clone | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc-clone b/etc-clone new file mode 100644 index 0000000..d257c66 --- /dev/null +++ b/etc-clone @@ -0,0 +1,4 @@ +#!/bin/sh +# Clone a git repository that holds an /etc. Doesn't check it out to /etc +# by default though. Calls etc-init to set up hooks, and ensures that files +# like shadow are never world readable during the cloning process. |