Created
February 7, 2020 18:25
-
-
Save arobb/417e8e89ba6c9924a6432b44c35bccf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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