Skip to content

Instantly share code, notes, and snippets.

@koalaman
Created December 29, 2016 23:01
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 koalaman/3a07ba980b89e8886fd0e40ad547bb15 to your computer and use it in GitHub Desktop.
Save koalaman/3a07ba980b89e8886fd0e40ad547bb15 to your computer and use it in GitHub Desktop.
#!/bin/bash
case "{$file}" in
*.jpg ) echo "JPEG"
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment