django-cms/newdb.sh

2 lines
45 B
Bash
Executable File

#!/bin/bash
su postgres -c "psql < newdb.sql"