Skip to content

Files

Latest commit

author
Louis T. Getterman IV
Aug 1, 2015
512e01c · Aug 1, 2015

History

History
11 lines (9 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 374 Bytes

ggcom-bash-utils

GotGet Common - Bash - Utilities

Install:

mkdir -pv ~/ggcom/
git clone https://github.com/LTGIV/ggcom-bash-library.git ~/ggcom/ggcom-bash-library/
git clone https://github.com/LTGIV/ggcom-bash-utils.git ~/ggcom/ggcom-bash-utils/
echo 'export PATH=${PATH}:$(find ~/ggcom/ggcom-bash-utils -type d | tr "\n" ":" | sed "s/:$//")' >> ~/.bash_profile