Made command use command line args
This commit is contained in:
parent
bd22812bfa
commit
b2a06332d1
3 changed files with 22 additions and 12 deletions
5
scripts/build.sh
Executable file
5
scripts/build.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cargo build --release
|
||||
|
||||
cp target/release/i .
|
Loading…
Add table
Add a link
Reference in a new issue