projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c38e6
)
always sort
author
Dan White
<dan@whiteaudio.com>
Fri, 12 Jul 2019 16:03:35 +0000
(11:03 -0500)
committer
Dan White
<dan@whiteaudio.com>
Fri, 12 Jul 2019 16:03:35 +0000
(11:03 -0500)
cleanup-timesamples
patch
|
blob
|
history
diff --git
a/cleanup-timesamples
b/cleanup-timesamples
index 5e4ff4b4166e95d7c842b6d1e7414efe6d33cdc2..ba8852dde045a2b2b5f386c6d2cdb2faddd2baae 100755
(executable)
--- a/
cleanup-timesamples
+++ b/
cleanup-timesamples
@@
-11,7
+11,7
@@
SAMPLES="$HOME/.timeSampler.$HOSTNAME"
TMPFILE="$SAMPLES.tmp"
-if [ "$1" = "-s" ]; then
+if
true ||
[ "$1" = "-s" ]; then
echo "Sorting entries first."
sleep 0.05
sort -u $SAMPLES > $TMPFILE