make the shells exectuablae
This commit is contained in:
parent
c2bfd05897
commit
34a9ff558c
2 changed files with 3 additions and 3 deletions
4
.curze/install.sh
Normal file → Executable file
4
.curze/install.sh
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cp test.sh ~/.local/share/curze/bin/test
|
cp test.sh ../../bin/test-package
|
||||||
chmod +x ~/.local/share/curze/bin/test
|
chmod +x ../../bin/test-package
|
||||||
|
|
2
.curze/uninstall.sh
Normal file → Executable file
2
.curze/uninstall.sh
Normal file → Executable file
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm ~/.local/share/curze/bin/test
|
rm ../../bin/test-package
|
||||||
|
|
Reference in a new issue