aquatic/scripts/run-aquatic-ws.sh
2020-05-11 15:41:46 +02:00

5 lines
96 B
Bash
Executable file

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