diff options
Diffstat (limited to 'scripts/run-gateway.bash')
| -rwxr-xr-x | scripts/run-gateway.bash | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/run-gateway.bash b/scripts/run-gateway.bash new file mode 100755 index 0000000..fdd07c3 --- /dev/null +++ b/scripts/run-gateway.bash @@ -0,0 +1,8 @@ +#!/usr/bin/bash + +./scripts/start-gateway.bash > gw.out 2> gw.err & + +while [ 0 ]; do + sleep 60 + curl -G http://localhost:5000/v1/api/tickle > /dev/null 2> /dev/null +done |
