diff options
Diffstat (limited to 'bin/cron')
-rwxr-xr-x | bin/cron | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cron b/bin/cron new file mode 100755 index 00000000000..4148d333718 --- /dev/null +++ b/bin/cron @@ -0,0 +1,5 @@ +#!/bin/bash +# +# Arquivo automatic syncronizer. +# +cd /var/cache/sites/arquivo && /usr/bin/git annex add . && /usr/bin/git annex sync &> /dev/null |