summaryrefslogtreecommitdiffstats
path: root/roles/infinote/files/infinoted-git-commit
blob: 478786249a03cd73eacb24b54dc679b8f54b2084 (plain)
1
2
3
4
#!/bin/bash
cd /srv/web/infinote
git add .  >/dev/null
git commit -a --author="infinote <nobody@fedoraproject.org>" -m "Automated Commit of $1" >/dev/null