revamp the site and go fully static
[~bandali/bndl.org] / serve.sh
1 #!/bin/sh
2 port="${1:-8000}"
3 python -m http.server "${port}" || python -m SimpleHTTPServer "${port}"