-
-
Save vikeri/0a36f052abab11a2bf1e to your computer and use it in GitHub Desktop.
Shortcut to apache for terminal
This file contains 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 | |
sudo /etc/init.d/apache2 $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use as
lamp start
,lamp restart
etc. Save as~/bin/lamp