Skip to content

Instantly share code, notes, and snippets.

@arobb
Created February 7, 2020 18:25
Show Gist options
  • Save arobb/417e8e89ba6c9924a6432b44c35bccf7 to your computer and use it in GitHub Desktop.
Save arobb/417e8e89ba6c9924a6432b44c35bccf7 to your computer and use it in GitHub Desktop.
if command -v echo >/dev/null; then echo "exists"; else echo "doesn't exist"; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment