aboutsummaryrefslogtreecommitdiffstats
path: root/populate_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'populate_db.sh')
-rw-r--r--populate_db.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/populate_db.sh b/populate_db.sh
new file mode 100644
index 0000000..73e9329
--- /dev/null
+++ b/populate_db.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+echo "Deleting datamaps.db..."
+if [ -f ~/.config/datamaps/datampaps.db ] ; then
+ rm ~/.config/datamaps/datamaps.db
+fi
+#echo "Importing datamap.csv from testdata directory..."
+#./bin/datamaps -- datamap --import ~/Documents/datamaps/input/datamap.csv --datamapname "Sept 2020" \ No newline at end of file