Skip to content

Instantly share code, notes, and snippets.

@AndrewJHart
Forked from carlbennett/lunch.sh
Last active August 29, 2015 14:25
Show Gist options
  • Save AndrewJHart/6fae7d2f044cc041c7f5 to your computer and use it in GitHub Desktop.
Save AndrewJHart/6fae7d2f044cc041c7f5 to your computer and use it in GitHub Desktop.
#!/bin/bash
TODAY=`date +%Y-%m-%d`
LIST=$(cat lunch.txt | perl -MURI::Escape -ne 'print uri_escape($_)')
curl -s \
-d "list=$LIST" \
-d "format=plain" \
-d "rnd=date.$TODAY" \
"https://www.random.org/lists/?mode=advanced"
Buffalo Wild Wings
Buzz Brews
Chili's
Chipotle
Chuy's
Fernando's
Firecrust
Jake's Burgers
Jersey Mike's
Kozy
La Duni
On The Border
Origin
Pei Wei
Pot Belly
Roti
Twisted Root
Velvet Taco
Wild About Harry's
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment