diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2024-10-11 11:31:34 -0400 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2024-10-11 11:31:34 -0400 |
commit | 2d95fa6b4103d9574c453f5754fd70534a57fe41 (patch) | |
tree | 845c7604fdc0f5a8ccd80e36d80af6ee8f3d0997 | |
parent | 217b86ebc9a12d118d8fdc20507a0f2381750c09 (diff) | |
download | tour-2d95fa6b4103d9574c453f5754fd70534a57fe41.tar.gz |
*
-rwxr-xr-x | py/air-quality/convert-csv-2-sqlite.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/py/air-quality/convert-csv-2-sqlite.sh b/py/air-quality/convert-csv-2-sqlite.sh index 13c98cc..1b493cf 100755 --- a/py/air-quality/convert-csv-2-sqlite.sh +++ b/py/air-quality/convert-csv-2-sqlite.sh @@ -14,12 +14,6 @@ if [ -f airq.db ]; then rm airq.db fi -# create a new sqlite3 database -# import the CSV file into the database -# display the contents of the database -# exit sqlite3 - -# make this work in a bash script sqlite3 airq.db <<EOF |