django-cms/newdb.sh

2 lines
45 B
Bash
Raw Permalink Normal View History

2018-04-17 00:57:29 +00:00
#!/bin/bash
su postgres -c "psql < newdb.sql"