summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-08-30 20:36:07 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-08-30 20:36:07 -0400
commitf26dd0d662d8fc33108d072031329e707f54300b (patch)
treed774face00cf5c174db9575956ace330904f5155 /tools
parentf342f141c4c27b2a0db2872d4725fb94309c3d83 (diff)
Tools scripts; `run` to run the server in fewer keystrokes
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 -- "$@"