diff options
Diffstat (limited to 'src/hub/test-client')
-rwxr-xr-x | src/hub/test-client | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/hub/test-client b/src/hub/test-client index 335bab4..c9d7b91 100755 --- a/src/hub/test-client +++ b/src/hub/test-client @@ -1,3 +1,8 @@ #!/bin/sh -socat file:../../dat/sample.json,rdonly unix-client:/run/sfive/pipe +echo import sample.json +time socat file:../../dat/sample.json,rdonly unix-client:/run/sfive/pipe + + +echo show query result +wget -q -S -O - 'http://localhost:8000/updates?from=2013-10-24T05:00:00Z&to=2013-10-24T00:05:20Z |