fixed ./host expands simple-http-server args into string literal

This commit is contained in:
Emile Clark-Boman 2025-08-01 14:11:35 +10:00
parent 1ae591803d
commit 6991ab7641

2
host
View file

@ -12,7 +12,7 @@ function hostwww (
fi
cd www
simple-http-server "$ARGS" "$@"
simple-http-server $ARGS $@
)
hostwww