fixes encoding in http-dir (I thought I did that already)

This commit is contained in:
Martinez 2017-03-01 14:31:40 +01:00
parent 26e36b6a26
commit fc8cd8ce56

View file

@ -106,7 +106,7 @@ cds() {
http-dir() { http-dir() {
echo "Serving $PWD 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 -T utf-8 -D -d . -p 55555 -l -
} }
swap-files() { swap-files() {