Skip to content

Instantly share code, notes, and snippets.

@FATESAIKOU
Created March 1, 2022 00:44
Show Gist options
  • Select an option

  • Save FATESAIKOU/e05484b7ce5e2e56baf9c8c82cc774da to your computer and use it in GitHub Desktop.

Select an option

Save FATESAIKOU/e05484b7ce5e2e56baf9c8c82cc774da to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo "CREATE DATABASE sampledb" | PGPASSWORD=password psql -h localhost -U user
# or
cat your.sql | PGPASSWORD=password psql -h localhost -U user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment