summaryrefslogtreecommitdiffstats
path: root/scripts/c9-build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/c9-build')
-rwxr-xr-xscripts/c9-build7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/c9-build b/scripts/c9-build
new file mode 100755
index 000000000..2944beb0a
--- /dev/null
+++ b/scripts/c9-build
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+cd ~/workspace
+sudo apachectl stop
+perl scripts/clear-templates.pl
+perl checksetup.pl
+sudo apachectl start \ No newline at end of file