Browse Source

Add run.sh helper for autoupdate/sync cron jobs

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 10 years ago
parent
commit
bc2743ec63
2 changed files with 8 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +7
    -0
      run.sh

+ 1
- 0
.gitignore

@ -0,0 +1 @@
/run.sh.out

+ 7
- 0
run.sh

@ -0,0 +1,7 @@
#!/bin/sh
exec > "$0.out"
exec 2>&1
set -e
exec "$(dirname "$0")/update.sh" ./sync.sh

Loading…
Cancel
Save