This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/serve.bat
2016-02-02 13:48:33 +01:00

4 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