https://github.com/markshust/bash-helper-functions
Quick & dirty bash helper functions to help with everyday tasks
https://github.com/markshust/bash-helper-functions
Last synced: 8 months ago
JSON representation
Quick & dirty bash helper functions to help with everyday tasks
- Host: GitHub
- URL: https://github.com/markshust/bash-helper-functions
- Owner: markshust
- Created: 2018-01-17T14:27:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T18:16:12.000Z (over 8 years ago)
- Last Synced: 2024-12-27T06:26:37.908Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bash-helper-functions
Quick & dirty bash helper functions to help with everyday tasks
## Usage
Just copy and paste the following into terminal:
```
curl https://raw.githubusercontent.com/markoshust/bash-helper-functions/master/functions.sh > ~/.functions
echo "source ~/.functions" >> ~/.bash_profile
source ~/.bash_profile
```