4 lines
50 B
Text
4 lines
50 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
php -S localhost:8000 -t build
|