Created
January 10, 2017 20:17
-
-
Save digoreis/711b414d13bb6d95029c6ed46be65e75 to your computer and use it in GitHub Desktop.
Repeat curl with notification
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
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