Skip to content

Instantly share code, notes, and snippets.

@kylewelsby
Created January 5, 2012 17:46
Show Gist options
  • Save kylewelsby/1566324 to your computer and use it in GitHub Desktop.
Save kylewelsby/1566324 to your computer and use it in GitHub Desktop.
Start EVERYTHING!
#!/bin/sh
sudo /usr/local/sbin/nginx;
sudo apachectl start
mysql.server start;
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment