Created
October 3, 2017 19:01
-
-
Save dannygsmith/99a1dfd2806e7cc63bdb232053a157ae to your computer and use it in GitHub Desktop.
Drop one laravel valet site
This file contains hidden or 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
#!/usr/bin/env bash | |
#styles | |
VP_NONE='\033[00m' | |
VP_RED='\033[01;31m' | |
VP_GREEN='\033[01;32m' | |
VP_YELLOW='\033[01;33m' | |
VP_PURPLE='\033[01;35m' | |
VP_CYAN='\033[01;36m' | |
VP_WHITE='\033[01;37m' | |
VP_BOLD='\033[1m' | |
VP_UNDERLINE='\033[4m' | |
cd ~/Sites/ | |
wp valet destroy $1 --yes | |
valet db ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment