#!/bin/bash -e ## tools/run-unified [OPTIONS…] ## ## Runs the service, with the UI unified into it (approximately as it would be ## in a deployed configuration). Options are passed through to the `pilcrow` ## command. exec cargo run --bin pilcrow -- "$@"