feat(bin): script - added, webserver to launch Python3 web server
This commit is contained in:
parent
104d7d7c65
commit
46851f22c6
3
bin/webserver
Executable file
3
bin/webserver
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
python3 -m http.server "$@"
|
Loading…
Reference in New Issue
Block a user