I have a bash script that I would like to run globally as a command. For that I moved the script to /usr/local/bin/somefile.sh.
Now I still have to call a command called somefile.sh. I would like to have an alias for this command (for example I would just like to call the script with the command sf).
How do I do that?
sf..shfile? If it has not file ending?.shextension.