summaryrefslogtreecommitdiffstats
path: root/example/server.sh
blob: c96172e542ca7fb4ecc815e7b96454a6da6e36a4 (plain)
1
2
3
4
5
#!/bin/bash

php -S 127.0.0.1:8000

echo "Open 127.0.0.1:8000 in your browser to test"