Skip to content

Instantly share code, notes, and snippets.

@esron
Created October 14, 2018 01:50
Show Gist options
  • Select an option

  • Save esron/0b0265afef2ce07201a673769387e05e to your computer and use it in GitHub Desktop.

Select an option

Save esron/0b0265afef2ce07201a673769387e05e to your computer and use it in GitHub Desktop.
#!/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