From b53f49f8cbd3b7666c9267f0e2d88fce28ae6c1a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 May 2017 23:13:11 +0200 Subject: new protocol version with streamlined names for variables --- src/hub/test-import | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 src/hub/test-import (limited to 'src/hub/test-import') diff --git a/src/hub/test-import b/src/hub/test-import deleted file mode 100755 index a6c2942..0000000 --- a/src/hub/test-import +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -TEST_D="./test" - -echo pipe: import sample.json -echo ------------------------ - -[ -f ../../dat/sample-access.json ] || zcat ../../dat/sample-accesslog.json.gz > ../../dat/sample-accesslog.json - -socat file:../../dat/sample-accesslog.json,rdonly "unix-client:$TEST_D/pipe" - -echo '\n\ndone' -- cgit v1.2.3