Created
October 14, 2018 01:50
-
-
Save esron/0b0265afef2ce07201a673769387e05e to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| PUBLIC_FOLDER=$1 | |
| ln -sfn $1 /var/www/dev | |
| service apache2 start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment