4 lines
155 B
Bash
Executable file
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
|