-
-
Save AndrewJHart/6fae7d2f044cc041c7f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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