1#!/bin/sh
2php -S 0.0.0.0:8080 `dirname $0`/sabredav.php
3