aquatic/scripts/run-server.sh
Joakim Frostegård ac52668a3d add crate cli_helpers with option and config parsing; use in aquatic
Putting cli functionality into its own crate will allow using it
from aquatic_bench and possibly other programs.
2020-04-09 16:55:40 +02:00

5 lines
93 B
Bash
Executable file

#!/bin/sh
export RUSTFLAGS="-C target-cpu=native"
cargo run --release --bin aquatic -- $@