Pass arguments to cargo run in script/server

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-07-12 14:50:39 -06:00
parent 1537500fcb
commit 9a6c4a1718

View file

@ -3,4 +3,4 @@
set -e
cd server
cargo run
cargo run $@