summaryrefslogtreecommitdiff
path: root/looper.sh
blob: bddc027687fb46f89a3c6c9b76d4d4fffe036676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# anacron is annoying

set -e

while true
do
    ./update_index.sh "${HOME}/projects/plays/audio_stuff/vad/good"
    echo "-----------------------------" && sleep 300
done