don't delete anything
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 5 May 2022 15:36:22 +0000 (17:36 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 5 May 2022 15:36:22 +0000 (17:36 +0200)
gnuplot/calc-offset-filter.sh

index 0b066dc..d16a9cb 100755 (executable)
@@ -10,6 +10,8 @@ cat calc-offset.sql | sed "s/90 days/$interval/" | psql -A -t -F' ' zc | grep -f
 grep -v -f /tmp/pn.filter offset.txt > offset.txt.partial
 cat offset.txt.partial offset.txt.new > offset.txt
 
 grep -v -f /tmp/pn.filter offset.txt > offset.txt.partial
 cat offset.txt.partial offset.txt.new > offset.txt
 
+exit 0
+
 echo "Press enter to remove old data or ctrl+c to abort"
 read wait_for_enter
 
 echo "Press enter to remove old data or ctrl+c to abort"
 read wait_for_enter