Skip to content

Instantly share code, notes, and snippets.

@renyi
Created October 23, 2013 10:46
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 renyi/7116445 to your computer and use it in GitHub Desktop.
Save renyi/7116445 to your computer and use it in GitHub Desktop.
OS X postgres script
#!/bin/sh
pg_ctl -D /usr/local/var/postgres start
#!/bin/sh
pg_ctl -D /usr/local/var/postgres stop -m fast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment