From 28234dc775dbd3ea98234e5e5d4cbfcca5951e08 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 19 Sep 2015 10:23:53 +0100 Subject: [PATCH] Add new linux build script --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..b150970 --- /dev/null +++ b/build.sh @@ -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