script/server 🔗
@@ -3,4 +3,4 @@
set -e
cd server
-cargo run
+cargo run $@
Nathan Sobo and Max Brunsfeld created
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
script/server | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -3,4 +3,4 @@
set -e
cd server
-cargo run
+cargo run $@