summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run7
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 -- "$@"