projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc5515e
)
update sleep time
author
Dan White
<dan@whiteaudio.com>
Wed, 4 Mar 2015 21:17:17 +0000
(15:17 -0600)
committer
Dan White
<dan@whiteaudio.com>
Wed, 4 Mar 2015 21:17:17 +0000
(15:17 -0600)
cleanup-timesamples
patch
|
blob
|
history
diff --git
a/cleanup-timesamples
b/cleanup-timesamples
index 347832232e51d18708d85fe16cdb25b656010d62..cf85c960525d154bf6a4985c8c891dd73796fd97 100755
(executable)
--- 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