add simple client scripts

This commit is contained in:
Maxime Bloch 2019-10-08 17:29:50 +02:00
parent 1f172c3b61
commit 468861d36f
No known key found for this signature in database
GPG Key ID: CE32A7D95B7D6418
2 changed files with 12 additions and 0 deletions

6
client/handoff.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
RUN_NUMBER=0
LINK_NUMBER=0
curl http://10.1.0.155/link/handoff/${RUN_NUMBER}/${LINK_NUMBER}

View File

@ -0,0 +1,6 @@
#!/bin/bash
RUN_NUMBER=0
LINK_NUMBER=0
curl http://10.1.0.155/link/start/${RUN_NUMBER}/${LINK_NUMBER}