Skip to content
Snippets Groups Projects
reset.sh 149 B
#!/bin/sh
dropdb test
createdb test
psql test < setup.sql
psql test < test.sql

git pull

python3 provenance.py -q query.in -o output.txt config.txt