add simple client scripts
This commit is contained in:
parent
1f172c3b61
commit
468861d36f
2 changed files with 12 additions and 0 deletions
6
client/handoff.sh
Normal file
6
client/handoff.sh
Normal 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}
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
RUN_NUMBER=0
|
||||
LINK_NUMBER=0
|
||||
|
||||
curl http://10.1.0.155/link/start/${RUN_NUMBER}/${LINK_NUMBER}
|
Loading…
Reference in a new issue