#!/bin/sh # backnforth: static site + relay in one process, stdlib only - nothing to install cd "$(dirname "$0")" exec python3 server.py "$@"