https://github.com/kaelzhang/my-bash-scripts
My Bash Scripts
https://github.com/kaelzhang/my-bash-scripts
bash
Last synced: 4 months ago
JSON representation
My Bash Scripts
- Host: GitHub
- URL: https://github.com/kaelzhang/my-bash-scripts
- Owner: kaelzhang
- License: other
- Created: 2015-08-20T11:41:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T10:06:45.000Z (over 1 year ago)
- Last Synced: 2025-05-08T08:16:01.676Z (about 1 year ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# my-bash-scripts
My bash scripts.
## Install
Adds to ~/.bash_profile file:
```sh
# 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