make curze installable with curze
This commit is contained in:
parent
d3eeaa7e1e
commit
9d685cb68e
4 changed files with 8 additions and 0 deletions
2
.curze/build.sh
Executable file
2
.curze/build.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cargo build --release
|
3
.curze/install.sh
Executable file
3
.curze/install.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cp target/release/curze ../../bin/curze
|
||||
chmod +x ../../bin/curze
|
2
.curze/uninstall.sh
Executable file
2
.curze/uninstall.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
rm ../../bin/curze
|
1
.curze/version
Normal file
1
.curze/version
Normal file
|
@ -0,0 +1 @@
|
|||
1
|
Reference in a new issue