5 lines
73 B
Bash
5 lines
73 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cargo build --release
|
||
|
rm -f test.map*
|
||
|
time cargo run --release
|