Skip to content

Instantly share code, notes, and snippets.

@lithix-src
Created December 6, 2015 18:46
Show Gist options
  • Save lithix-src/25d28f63baba2a5a812a to your computer and use it in GitHub Desktop.
Save lithix-src/25d28f63baba2a5a812a to your computer and use it in GitHub Desktop.
alcimia:Downloads erik$ some_command
-bash: some_command: command not found
alcimia:Downloads erik$ if [[ $? != 0 ]]; then echo "bad command"; fi
bad command
alcimia:Downloads erik$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment