I made the script in my home folder, and it works perfectly, but I want to move it to another directory, for example to folder called "my scripts". How can I do it?
I tried different ways with chmod +x
and ln -s
, for example:
/home/user/downloads/my scripts/script.sh /usr/bin
I want to have the chance to copy and paste it anywhere on my Ubuntu folders, and execute it by clicking.