Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- cd /etc
- [ -d .git ] || git init
- git add --all
- exec git commit -m"$(date --rfc-3339=date)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement