3 lines
111 B
Batchfile
3 lines
111 B
Batchfile
@echo off
|
|
echo This script assumes php.exe is in the PATH variable
|
|
php -S localhost:8000 -t public/ server.php
|