3 lines
56 B
Plaintext
3 lines
56 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
php -S 0.0.0.0:8080 `dirname $0`/sabredav.php
|