An assortment of various command line scripts I created to help my daily workflow. Also, just some fun stuff.
Run make install to copy scripts into your ~/bin directory. You'll need to
have that in your path.
Alternatively, run make link to create symbolic links to this repository
instead of copying files.
To install or link to a different directory, set PREFIX.
# Installs scripts to /usr/local/bin
make install PREFIX=/usr/localTo install only some scripts, specify BINS
# Installs only ssmc and ec2-search
make install BINS='ssmc ec2-search'