Skip to content

Instantly share code, notes, and snippets.

@Ibmurai
Created February 7, 2017 13:40
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 Ibmurai/82e3a3e9a1e3f3d50db3f6324652dc90 to your computer and use it in GitHub Desktop.
Save Ibmurai/82e3a3e9a1e3f3d50db3f6324652dc90 to your computer and use it in GitHub Desktop.
Is tvtid backend good?
#!/bin/bash
if [ $(curl -s -H "Accept: application/json" https://tvtid-backend.tv2.dk/tvtid-app-backend/schedules/channels | grep "{},") ]; then
echo "It's bad!!"
else
echo "It's good!"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment