/gitget

Simple program for installing applications from GitHub

Primary LanguageC

GitGet

A simple program that I wrote a million years ago for downloading and installing things from GitHub. This basically just automates

git clone <repo>
cd <repo>
make
make install