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.sh

4 lines
109 B
Bash
Raw Normal View History

2016-02-02 12:48:33 +00:00
#!/bin/sh
echo 'This script assumes php is in the PATH variable'
php -S localhost:8000 -t public/ server.php