summaryrefslogtreecommitdiff
path: root/tools/run
blob: b063eb7ca8db972a6182806de03bd5e0f3f9ea20 (plain)
1
2
3
4
5
6
7
#!/bin/bash -e

## tools/run [ARGS...]
##
## Run the server in development mode. Shorthand for `cargo run`.

cargo run -- "$@"