Skip to content

Instantly share code, notes, and snippets.

@gbirke
Last active September 12, 2018 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbirke/fba15a4c4ad23f65edcaef1ed6f0129c to your computer and use it in GitHub Desktop.
Save gbirke/fba15a4c4ad23f65edcaef1ed6f0129c to your computer and use it in GitHub Desktop.
testing hashes in syntax highlighting

Follow these steps:

if [ -f test ]; then
  echo "exists!"
else 
  echo "missing!"
fi
if [ -f test ]; then
  echo "exists!"
else 
  echo "missing!"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment