serve-home.sh 66 B

1234
  1. #!/bin/sh
  2. # Host pages on LAN
  3. php -S 0.0.0.0:8080 -t '../../web'