fix http-dir fix :-)

This commit is contained in:
Martinez 2016-02-02 16:35:58 +01:00
parent 9c712824eb
commit 0b3ae53eec

View file

@ -91,7 +91,7 @@ cds() {
}
http-dir() {
echo "Serving $CWD on 0.0.0.0:55555"
echo "Serving $PWD on 0.0.0.0:55555"
/usr/sbin/thttpd -D -d . -p 55555 -l -
}