From 6991ab7641b39f5585bd3a89573f5dee0599d780 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 1 Aug 2025 14:11:35 +1000 Subject: [PATCH] fixed ./host expands simple-http-server args into string literal --- host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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