pages/serve.sh
2025-06-09 16:48:04 -04:00

3 lines
45 B
Bash
Executable file

#!/bin/sh
python3 -m http.server -d $1 8080