From b715f4c6edcb1b8e8df274636b29f732bef65407 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 28 Nov 2024 19:08:10 -0500 Subject: Add separate runners for a freestanding frontend and the (debug version of) the unified build. --- tools/run-unified | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tools/run-unified (limited to 'tools/run-unified') diff --git a/tools/run-unified b/tools/run-unified new file mode 100755 index 0000000..41ad1de --- /dev/null +++ b/tools/run-unified @@ -0,0 +1,9 @@ +#!/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 -- "$@" -- cgit v1.2.3