Files
iconograph/client/run

14 lines
120 B
Plaintext
Raw Normal View History

2016-03-30 15:50:01 -07:00
#!/bin/sh
set -ex
exec 2>&1
# Mitigate crash looping
sleep 60
while :; do
2016-03-31 11:23:40 -07:00
./fetch_and_update.sh
2016-03-30 15:50:01 -07:00
sleep 3600
done