3 lines
89 B
Bash
3 lines
89 B
Bash
|
#!/bin/sh
|
||
|
cp test.sh ~/.local/share/curze/bin/test
|
||
|
chmod +x ~/.local/share/curze/bin/test
|