Skip to content

ImranVirani/bash_alias_creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages