3 lines
109 B
Bash
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
|