Simple bash script that creates an alias when given the name and path to the script or program to be aliased
The program that you are adding to the bash alias file must be allowed to be executed by the system. This can be done using chmod +x
This script should also be made an executeable using chmod +x
as well.
The script takes in the name and path of the script as parameters in that order.