Autocommit Fri 09 Sep 2016 01:21:51 PM CEST
This commit is contained in:
10
cron_commit.sh
Executable file
10
cron_commit.sh
Executable 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
|
||||
|
Reference in New Issue
Block a user