1
0

Autocommit Fri 09 Sep 2016 01:21:51 PM CEST

This commit is contained in:
2016-09-09 13:21:51 +02:00
parent cb943190ed
commit 400219fb06
2 changed files with 161 additions and 111 deletions

10
cron_commit.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
NOW=`date +%c`
cd `dirname $0`
git add -A
git commit -m "Autocommit $NOW"
git push
cd - >/dev/null