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
2016-02-02 22:04:15 +01:00

3 lines
109 B
Bash

#!/bin/sh
echo 'This script assumes php is in the PATH variable'
php -S localhost:8000 -t public/ server.php