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