zed/script/server
Nathan Sobo 9a6c4a1718 Pass arguments to cargo run in script/server
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-07-12 14:50:39 -06:00

7 lines
44 B
Bash
Executable file

#!/bin/bash
set -e
cd server
cargo run $@