music-video-gen/tv-player/serve.sh
2025-11-08 16:05:55 +01:00

3 lines
90 B
Bash
Executable File

#!/usr/bin/env bash
nix-shell -p python3 --run "python3 -m http.server -b 127.0.0.1 8000"