#!/bin/bash while :; do ./update.py >> update.log sleep 10 done