commit 0b2f14c40ab4f308ebdeb7542fa74461aaaa66e1
parent d561ddd233f53f583c20d58a26278e488a2e0113
Author: Tomas Nemec <nemi@skaut.cz>
Date: Mon, 9 Aug 2021 09:07:13 +0200
version: 1.1.1
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -1,4 +1,4 @@
-# Track run [v1.1.0 09.08.2021]
+# Track run [v1.1.1 09.08.2021]
TrackRun listen on stdin and for each line it gets status which is written to
status_file.
Status is taken from handler module via `handle` function.
diff --git a/trun.lua b/trun.lua
@@ -1,6 +1,6 @@
#!/usr/bin/env lua
--- Version: 1.1.0 ( 09.08.2021 )
+-- Version: 1.1.1 ( 09.08.2021 )
--
-- Usage
-- <cmd> 1> >(trun <handler> <name>)