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