Skip to content

Instantly share code, notes, and snippets.

View samweston's full-sized avatar

Sam Weston samweston

View GitHub Profile
@samweston
samweston / gist:3870696
Created October 11, 2012 07:06
grrrrrrrrrrrr.
function gr()
{
if [ $# == 1 ]
then
grep --color -r $* .
elif [ $# == 2 ]
then
grep --color -r $*
else
echo ">.<"