Skip to content

Instantly share code, notes, and snippets.

@karagenit
Created August 9, 2017 22:10
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 karagenit/aa058d8407178ae94d07f852aedb4351 to your computer and use it in GitHub Desktop.
Save karagenit/aa058d8407178ae94d07f852aedb4351 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ ! $1 ]
then
echo "Usage: gemfind.sh GEMNAME"
exit
fi
echo `gem list | grep $1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment