Skip to content

Instantly share code, notes, and snippets.

@MichaelF25
Created March 10, 2017 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelF25/5518363b3e7b2ccb1ddbbff38a538f36 to your computer and use it in GitHub Desktop.
Save MichaelF25/5518363b3e7b2ccb1ddbbff38a538f36 to your computer and use it in GitHub Desktop.
#!/bin/sh
createuser <username> -P
createdb <dbname> -O <username>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment