always sort
authorDan White <dan@whiteaudio.com>
Fri, 12 Jul 2019 16:03:35 +0000 (11:03 -0500)
committerDan White <dan@whiteaudio.com>
Fri, 12 Jul 2019 16:03:35 +0000 (11:03 -0500)
cleanup-timesamples

index 5e4ff4b4166e95d7c842b6d1e7414efe6d33cdc2..ba8852dde045a2b2b5f386c6d2cdb2faddd2baae 100755 (executable)
@@ -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