Skip to content

Instantly share code, notes, and snippets.

@cmoad
Created January 4, 2013 02:55
Show Gist options
  • Save cmoad/4449521 to your computer and use it in GitHub Desktop.
Save cmoad/4449521 to your computer and use it in GitHub Desktop.
This AppleScript can be used to launch MAMP Pro from a non admin account in OSX.
do shell script "/Applications/MAMP\\ PRO/MAMP\\ PRO.app/Contents/MacOS/MAMP\\ PRO > /dev/null 2>&1 &" with administrator privileges
@isaacalves
Copy link

this is really awesome. but in my case Apache didn't start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment