#!/bin/sh # anacron is annoying set -e while true do ./update_index.sh "${HOME}/projects/plays/audio_stuff/vad/good" echo "-----------------------------" && sleep 300 done