Skip to content

Instantly share code, notes, and snippets.

View skyllo's full-sized avatar

Nick skyllo

View GitHub Profile
#
# Place this code to your .profile, .bashrc, .bash_profile or whatever
#
program_exists () {
type "$1" &> /dev/null ;
}
if program_exists go; then