Skip to content

Instantly share code, notes, and snippets.

@digoreis
Created January 10, 2017 20:17
Show Gist options
  • Save digoreis/711b414d13bb6d95029c6ed46be65e75 to your computer and use it in GitHub Desktop.
Save digoreis/711b414d13bb6d95029c6ed46be65e75 to your computer and use it in GitHub Desktop.
Repeat curl with notification
until $(curl -v --header "SessionToken: 16676855" https://chat-esd-dev.appls.cmpn.paas.gsnetcloud.corp/chat/reasons/0001/permissions\?app\=00); do
osascript -e 'display notification "Não funcionou o serviço"'
printf 'Waiting 240 seconds ....................................... '
sleep 240
done
osascript -e 'display notification "Funcionou o serviço"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment