mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add new linux build script
This commit is contained in:
parent
e465a05083
commit
28234dc775
1 changed files with 5 additions and 0 deletions
5
build.sh
Normal file
5
build.sh
Normal 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
|
Loading…
Reference in a new issue