4 lines
72 B
Bash
4 lines
72 B
Bash
|
#!/bin/sh
|
||
|
cp target/release/herb ../../bin/herb
|
||
|
chmod +x ../../bin/herb
|