Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created March 25, 2013 19:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdorfman/5239793 to your computer and use it in GitHub Desktop.
Save jdorfman/5239793 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/bash
#/bin/bash
#Which
Grep="`/usr/bin/which grep`"
Awk="`/usr/bin/which awk`"
Cat="`/usr/bin/which cat`"
Sed="`/usr/bin/which sed`"
Curl="`/usr/bin/which curl`"
#Includes
. script1.bash
. script2.bash
#Begin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment