add scripts/run-aquatic-ws.sh

This commit is contained in:
Joakim Frostegård 2020-05-11 15:41:46 +02:00
parent 9fc9f2fd9c
commit ab178b3189

5
scripts/run-aquatic-ws.sh Executable file
View file

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