diff options
author | Markus Grüneis <gimpf@gimpf.org> | 2014-10-16 20:25:11 +0200 |
---|---|---|
committer | Markus Grüneis <gimpf@gimpf.org> | 2014-10-16 20:25:11 +0200 |
commit | 19071ea420093a6957ebb3a06965ddf780fcb58d (patch) | |
tree | 5d2e39092908aa7a26526ab792575f77549a9054 /src/hub/test-client | |
parent | create debug version of sfive-hub (diff) |
add testing shell scripts
Diffstat (limited to 'src/hub/test-client')
-rwxr-xr-x | src/hub/test-client | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hub/test-client b/src/hub/test-client new file mode 100755 index 0000000..0ece313 --- /dev/null +++ b/src/hub/test-client @@ -0,0 +1,3 @@ +#!/bin/sh +socat file:../../dat/sample.json,rdonly unix-client:/run/sfive/receiver + |