fix http-dir fix :-)
This commit is contained in:
parent
9c712824eb
commit
0b3ae53eec
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ cds() {
|
||||||
}
|
}
|
||||||
|
|
||||||
http-dir() {
|
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 -
|
/usr/sbin/thttpd -D -d . -p 55555 -l -
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue