Files
mdsnippets/instant_webserver.sh
2023-09-27 19:51:55 +03:00

4 lines
46 B
Bash

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