dotfiles/bin/webserver

3 lines
49 B
Bash
Executable file

#!/usr/bin/env bash
python3 -m http.server "$@"