Use the 'alias' command:
alias doit=InconvenientToType.sh
Assuming that the shell script is executable with its full name, it will also be executable with the alias (in this case, 'doit').
You can make it permanent by putting it in your .profile or .bash_profile.
|