blob: 41ad1de68ad14e90df3983e1f9d5581d58731a1a (
plain)
1
2
3
4
5
6
7
8
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 -- "$@"
|