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

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

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
```