ansible/roles/infinote/files/infinoted-git-commit
2015-10-13 18:32:02 +00:00

4 lines
155 B
Bash
Executable file

#!/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