Skip to content

bnbhat/custom-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Cammands Utilty

Description

This is a user defined custom command utilty for linux users.

Setup

  1. Clone the repository
git clone 
  1. Add the path of the cloned repository to the PATH variable in the .bashrc file
export PATH=$PATH:<path to the cloned repository>
  1. Source the .bashrc file
source ~/.bashrc
  1. setup the environment
chmod +x setup-env.sh
./setup-env.sh

Usage

  1. To create a new command, create a new file in scripts/ dir
cd scripts
touch my-new-command.sh
  1. Edit the command as required
  2. Run the setup script
cd ..
./setup-env.sh
  1. Now you should be able to use the new custom command in terminal
my-new-command

About

custom bash scripts to make life easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages