diff options
Diffstat (limited to 'scripts/c9-build')
-rwxr-xr-x | scripts/c9-build | 7 |
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 |