]> iEval git - gruntmaster-data.git/blame - make_test_db.sh
Add missing read_file
[gruntmaster-data.git] / make_test_db.sh
CommitLineData
4623c9f2
MG
1#!/bin/sh
2dropdb gmtest
3createdb gmtest
4psql gmtest -f db.sql
5psql gmtest -f testdata.sql
This page took 0.020468 seconds and 4 git commands to generate.