5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
php -S localhost:8000 -t build
|
||
|
|
|