Skip to content

Instantly share code, notes, and snippets.

@ptasker
Created November 15, 2017 19:44
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 ptasker/854a0dff7738c21e56808c1cbca2d90b to your computer and use it in GitHub Desktop.
Save ptasker/854a0dff7738c21e56808c1cbca2d90b to your computer and use it in GitHub Desktop.
Kick Valet
#!/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