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