init.sh 109 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 #!/bin/bash psql -d gargandb -f init.sql sleep 2 ../manage.py syncdb sleep 2 ../manage.py shell < init.py