mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
6 lines
205 B
Bash
6 lines
205 B
Bash
#!/bin/bash
|
|
set -e
|
|
php-cs-fixer fix ./src --config=.php-cs-fixer54
|
|
php ./Make.php build
|
|
echo '\nPlease access via http://localhost:8001/prober.php'
|
|
PHP_CLI_SERVER_WORKERS=8 php -S localhost:8001 -t dist |