From a4fbd7d77c3b9a0fd202de9883bd8e07019a79e7 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 22 Sep 2011 10:08:19 +0200 Subject: =?UTF-8?q?//hyper:=20x=C2=B2=20from=20a=20little=20local=20hyper?= =?UTF-8?q?=20sewer=20system?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyper/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hyper/README.md') diff --git a/hyper/README.md b/hyper/README.md index d1a2bc0c..d8fe9d67 100644 --- a/hyper/README.md +++ b/hyper/README.md @@ -24,3 +24,13 @@ hint: maybe run each command in some separate terminal. cat //proc/dummy/2 date | curl -fvsS --data-binary @- http://localhost:3 +## calculate the square of the current year in a little local hyper sewer system + +hint: maybe run each command in some separate terminal. + + id=sqr sh -x //hyper/process/spawn stdbuf -o 0 sed 's/[^0-9]//g;s/.*/(&)^2/' + id=bc sh -x //hyper/process/spawn bc + port=42 node //hyper/influx/http //proc/sqr/0 + cat //proc/sqr/1 > //proc/bc/0 + cat //proc/bc/1 + date +%Y | curl -fvsS --data-binary @- http://localhost:42 -- cgit v1.2.3