markshust / bash-helper-functions

Quick & dirty bash helper functions to help with everyday tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Quick & dirty bash helper functions to help with everyday tasks


Languages

Language:Shell 100.0%