index
:
etckeeper
master
Fork of git://git.joeyh.name/etckeeper
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init.d
/
20git-init
blob: 7bf1c893a9965c24d049669bf3ec1f5a7cd82561 (
plain
)
1
2
3
4
5
#!/bin/sh set -e if [ ! -e .git ]; then git-init fi