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

4 lines
111 B
Batchfile
Raw Normal View History

2016-02-02 12:48:33 +00:00
@echo off
echo This script assumes php.exe is in the PATH variable
php -S localhost:8000 -t public/ server.php