fixes encoding in http-dir (I thought I did that already)
This commit is contained in:
parent
26e36b6a26
commit
fc8cd8ce56
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ cds() {
|
|||
|
||||
http-dir() {
|
||||
echo "Serving $PWD on 0.0.0.0:55555"
|
||||
/usr/sbin/thttpd -D -d . -p 55555 -l -
|
||||
/usr/sbin/thttpd -T utf-8 -D -d . -p 55555 -l -
|
||||
}
|
||||
|
||||
swap-files() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue