mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/bash
|
|
set -e
|
|
php ./Make.php dev
|
|
PHP_CLI_SERVER_WORKERS=8 php -S localhost:8000 -t ./dev |