Skip to content

Instantly share code, notes, and snippets.

@johnd
Created August 22, 2014 22:41
Show Gist options
  • Save johnd/9c85d68261d2c5427978 to your computer and use it in GitHub Desktop.
Save johnd/9c85d68261d2c5427978 to your computer and use it in GitHub Desktop.
#!/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