mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-04 22:43:00 +00:00
5 lines
96 B
Batchfile
5 lines
96 B
Batchfile
@echo off
|
|
echo Deleting old index.php
|
|
del index.php
|
|
php rebuild_module_index.php
|
|
php build.php
|