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