diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-28 19:11:31 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-28 19:11:31 -0500 |
| commit | 5ce6c9f6277c43caf7413cce255af7bdc947e74c (patch) | |
| tree | d8976a15f1892dbc25b44c598c1323875cf67272 /tools/run-unified | |
| parent | 9da480d92c6d81139e77eb6542986cf588ae3386 (diff) | |
| parent | b715f4c6edcb1b8e8df274636b29f732bef65407 (diff) | |
Merge branch 'prop/fewer-run-modes'
Diffstat (limited to 'tools/run-unified')
| -rwxr-xr-x | tools/run-unified | 9 |
1 files changed, 9 insertions, 0 deletions
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 -- "$@" |
