https://github.com/dorukgezici/bash-scripts
My Bash Shell scripts for daily use.
https://github.com/dorukgezici/bash-scripts
bash macos script shell
Last synced: 11 months ago
JSON representation
My Bash Shell scripts for daily use.
- Host: GitHub
- URL: https://github.com/dorukgezici/bash-scripts
- Owner: dorukgezici
- License: mit
- Created: 2017-06-25T17:03:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T13:59:12.000Z (over 8 years ago)
- Last Synced: 2025-01-14T04:25:51.241Z (about 1 year ago)
- Topics: bash, macos, script, shell
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash Scripts
[](LICENSE)
Some personal bash scripts I wrote for daily use.
I use symbolic links (`ln`) to link the script files to the `bin` folder.
* `ln script.sh bin/script`
And then add the `bin` folder to my PATH.
* `echo "export PATH=$PATH:/path/to/bin" >> ~/.bash_profile`