From: Dan White Date: Wed, 4 Mar 2015 21:17:17 +0000 (-0600) Subject: update sleep time X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=2ac22a6b49a5751943173e0c3abf017adfdb9bba;p=pubbin.git update sleep time --- diff --git a/cleanup-timesamples b/cleanup-timesamples index 3478322..cf85c96 100755 --- a/cleanup-timesamples +++ b/cleanup-timesamples @@ -13,7 +13,7 @@ TMPFILE="$SAMPLES.tmp" if [ "$1" = "-s" ]; then echo "Sorting entries first." - sleep 2 + sleep 0.3 sort -u $SAMPLES > $TMPFILE cp $TMPFILE $SAMPLES shift