Add new linux build script

This commit is contained in:
Starbeamrainbowlabs 2015-09-19 10:23:53 +01:00
parent e465a05083
commit 28234dc775
1 changed files with 5 additions and 0 deletions

5
build.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
echo Deleting old index.php
rm build/index.php
php rebuild_module_index.php
php build.php