ImranVirani / bash_alias_creator

Simple bash script that creates an alias when given the name and path to the script or program to be aliased

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash Alias Creator

Simple bash script that creates an alias when given the name and path to the script or program to be aliased

Note:

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.

Using the Program

The script takes in the name and path of the script as parameters in that order.

About

Simple bash script that creates an alias when given the name and path to the script or program to be aliased

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%