Created
August 22, 2014 08:42
-
-
Save donnywals/b8300313f94ad6056a74 to your computer and use it in GitHub Desktop.
MAMP command line alias
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
alias mamp-stop="sudo killall MAMP" | |
alias mamp-start="open -a MAMP" | |
alias mamp-restart="mamp-stop; mamp-start" | |
alias vhosts-open="open -t /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment