#!/bin/bash # FuelBoard Copy Editor launcher set -euo pipefail cd "$(dirname "$0")/.." PORT="${EDITOR_PORT:-8790}" export PORT exec python3 editor.py