Skip to content

kaelzhang/my-bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-bash-scripts

My bash scripts.

Install

Adds to ~/.bash_profile file:

# my bash scripts
if [[ -f ~/path/to/my-bash-scripts/main.sh ]]; then
  export MY_BASH_SCRIPTS_DIR=$(cd ~/path/to/my-bash-scripts && pwd)
  source ~/path/to/my-bash-scripts/main.sh
fi

License

MIT

About

My Bash Scripts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published