/bashutils

Primary LanguageShell

bashutils

Installation

cd ~
git clone https://github.com/MarcoWel/bashutils.git && sudo bashutils/install.sh

Update (dropping local changes)

cd ~/bashutils
git fetch origin master && git reset --hard origin/master && ./install.sh