Created
November 15, 2017 19:44
-
-
Save ptasker/854a0dff7738c21e56808c1cbca2d90b to your computer and use it in GitHub Desktop.
Kick Valet
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 brew services stop nginx | |
sudo brew services stop php71 | |
sudo brew services stop dnsmasq | |
sudo brew services stop mysql | |
sudo brew services start nginx | |
sudo brew services start php71 | |
sudo brew services start dnsmasq | |
sudo brew services start mysql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment