another EA data change

This commit is contained in:
foo
2016-03-25 07:07:50 +00:00
parent 6b68c4b418
commit 00d601fca5
6 changed files with 151 additions and 10 deletions

1
getlast3mo.sh Executable file
View File

@@ -0,0 +1 @@
sqlite3 -init plot.sqliterc rivers.db "select timestamp, level from levels where stationid = $1 and timestamp > date('now', '-3 months')"