4 lines
102 B
Text
4 lines
102 B
Text
|
#!/usr/bin/env bash
|
||
|
cargo rustc --release -- -C target-cpu=native
|
||
|
cp ./target/release/gg ~/.local/bin
|