#!/bin/sh set -e PORT="${WEBSSH_PORT:-8002}" exec ttyd \ --port "$PORT" \ --interface 127.0.0.1 \ --writable \ --max-clients 10 \ --ping-interval 30 \ --terminal-type xterm-256color \ bash