Skip to content

Instantly share code, notes, and snippets.

@travisperson
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save travisperson/f91a528d6968bdf58575 to your computer and use it in GitHub Desktop.

Select an option

Save travisperson/f91a528d6968bdf58575 to your computer and use it in GitHub Desktop.
5c5
< if type -q $cmd
---
> if type $cmd > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment