Files
mdsnippets/instant_webserver.sh
2023-09-27 19:56:53 +03:00

4 lines
46 B
Bash
Executable File

#!/bin/bash
exec python3 -m http.server 8123