Skip to content

Instantly share code, notes, and snippets.

@s-aska
Created February 20, 2014 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-aska/9108942 to your computer and use it in GitHub Desktop.
Save s-aska/9108942 to your computer and use it in GitHub Desktop.
while [ 1 ]
do
OK=`curl "https://play.google.com/store/apps/details?id=info.justaway" -sS | grep "> 1.0.xx <"`
if [ "$OK" ]; then
curl -d 'message=ok' http://xxx.7kai.org/
exit
fi
sleep 60
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment