Created
January 5, 2012 17:46
-
-
Save kylewelsby/1566324 to your computer and use it in GitHub Desktop.
Start EVERYTHING!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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