4 lines
43 B
Bash
4 lines
43 B
Bash
#!/bin/bash
|
|
|
|
php -S 0.0.0.0:8080 index.php
|
#!/bin/bash
|
|
|
|
php -S 0.0.0.0:8080 index.php
|