3 lines
32 B
Bash
3 lines
32 B
Bash
|
#!/bin/sh
|
||
|
php -S localhost:4000
|