4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cargo build --release -p hammond-gtk && cp $1/target/release/hammond-gtk $2
|