An open API service indexing awesome lists of open source software.

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

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