feat(bin): script - added, webserver to launch Python3 web server

This commit is contained in:
Olivier DOSSMANN 2025-01-22 21:10:19 +01:00
parent aac50242bc
commit 7b8d60ca42

3
bin/webserver Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
python3 -m http.server "$@"