Sleep a bit between once invocations

This commit is contained in:
Neale Pickett 2015-04-13 13:15:46 -06:00
parent 58b4499fe8
commit 737a5a2377
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