diff --git a/host b/host index 5097a9f..9a3f75b 100755 --- a/host +++ b/host @@ -12,7 +12,7 @@ function hostwww ( fi cd www - simple-http-server "$ARGS" "$@" + simple-http-server $ARGS $@ ) hostwww