82089f213e
History was reset for the first public release, as the standard of commit messages would have set a bad example...
3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cargo rustc --release -- -C target-cpu=native
|
|
cp ./target/release/gg ~/.local/bin
|