Sleep a bit between once invocations

This commit is contained in:
Neale Pickett 2015-04-13 13:15:46 -06:00
parent 0a37c53852
commit 4937e537a4
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