Collection of shell scripts for various purposes.
I generally make these executable in my $HOME/bin
directory, like so:
cd $HOME && \
git clone https://github.com/geocoug/shell-scripts.git && \
mkdir $HOME/bin && \
cd $HOME/bin && \
ln -s $HOME/shell-scripts/repo_status.sh repo_status && \
ln -s $HOME/shell-scripts/pull_repos.sh pull_repos && \
chmod +x repo_status