diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/run b/tools/run new file mode 100755 index 0000000..b063eb7 --- /dev/null +++ b/tools/run @@ -0,0 +1,7 @@ +#!/bin/bash -e + +## tools/run [ARGS...] +## +## Run the server in development mode. Shorthand for `cargo run`. + +cargo run -- "$@" |
