Skip to content

Commit

Permalink
ping script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealeo83 committed Jul 13, 2018
1 parent 8abbed6 commit 52e0c55
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bash_run_ping.sh
@@ -0,0 +1,20 @@
#!/bin/bash

while true;
do


echo RUN

curl -X POST \
-H 'Content-Type: application/json' \
-d '{"sender_fullname": "Bash", "text":"ping from API","projectid":"5b45e1c75313c50014b3abc6"}' \
'https://us-central1-chat-v2-dev.cloudfunctions.net/supportapi/tilechat/requests?token=chat21-secret-orgAa,'


sleep 2;
done;




0 comments on commit 52e0c55

Please sign in to comment.