fixed ./host expands simple-http-server args into string literal
This commit is contained in:
parent
1ae591803d
commit
6991ab7641
1 changed files with 1 additions and 1 deletions
2
host
2
host
|
|
@ -12,7 +12,7 @@ function hostwww (
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd www
|
cd www
|
||||||
simple-http-server "$ARGS" "$@"
|
simple-http-server $ARGS $@
|
||||||
)
|
)
|
||||||
|
|
||||||
hostwww
|
hostwww
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue