Created
July 31, 2014 08:12
-
-
Save pykotechguy/b2827225b3b0347c68d7 to your computer and use it in GitHub Desktop.
Start Xampp using python
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
| import os | |
| os.system("/Applications/XAMPP/xamppfiles/xampp start") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment