Created
August 22, 2014 22:41
-
-
Save johnd/9c85d68261d2c5427978 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 | |
while /usr/bin/curl -s "http://www.myvue.com/latest-movies/info/cinema/Edinburgh%20Ocean%20Terminal/film/doctor-who-the-day-of-the-doctor-3d" | /usr/bin/grep "Sorry, there are no times" | |
do | |
echo "nope" | |
done | |
echo "yup" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment