Skip to content

Instantly share code, notes, and snippets.

@Sam-Gram
Created June 4, 2019 16:25
Show Gist options
  • Save Sam-Gram/217a931941fc0ba6aecd902189e46cd1 to your computer and use it in GitHub Desktop.
Save Sam-Gram/217a931941fc0ba6aecd902189e46cd1 to your computer and use it in GitHub Desktop.
Get Lucy's slice of the month
slice-of-the-month ()
{
curl -s -L https://www.lucysnypizza.com/specials | grep --color=auto h2 | perl -pe 's/<[^>]*>//g' | perl -ne 'print if /slice.*month/i' | perl -pe 's/.*: (.+)$/$1/'
}
@justinrixx
Copy link

my comment happened pretty much right before we all started working remotely, and i've since moved away from provo, so i never noticed 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment