Instead of moving the script into my path, I normally just simlink them to my path. I.e., I have a folder of Scripts in my home directory (for easy editing and transport to other machines) and when I want one installed on my system I do something like:
Code:
ln -s /home/optimistic/scripts/myscript.sh /usr/bin
Then it is just a matter of typing
myscript at the command line, or in my case, I have a section of my Fluxbox menu devoted to scripts like this:
Code:
[submenu] (Scripts){}
[exec] (myscript1) {myscript1}
[exec] (myscript2) {myscript2}
[end]