make the shells exectuablae

This commit is contained in:
abbie 2023-08-10 09:52:42 +01:00
parent c2bfd05897
commit 34a9ff558c
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C
2 changed files with 3 additions and 3 deletions

4
.curze/install.sh Normal file → Executable file
View 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
View file

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
rm ~/.local/share/curze/bin/test rm ../../bin/test-package