summaryrefslogtreecommitdiffstats
path: root/scripts/c9-build
blob: 2944beb0a4eda05c972f3a3732f4d7c2ae8b1ed8 (plain)
1
2
3
4
5
6
7
#!/bin/bash

cd ~/workspace
sudo apachectl stop
perl scripts/clear-templates.pl
perl checksetup.pl
sudo apachectl start