feat(bin): script - added, webserver to launch Python3 web server
This commit is contained in:
parent
aac50242bc
commit
7b8d60ca42
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