Sleep a bit between once invocations

This commit is contained in:
Neale Pickett 2015-04-13 13:15:46 -06:00
parent cc155d587c
commit 0aca72ca41
1 changed files with 1 additions and 0 deletions

1
kothd
View File

@ -10,4 +10,5 @@ while true; do
dir=${i%/*}
$dir/bin/once
done
sleep 5
done