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