#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' (trap 'kill 0' SIGINT; \ bash -c 'cargo watch -- cargo run -- --port 8080')