From 0073c5be49afb0ff2a39e0304192a1750c847a35 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 10 Sep 2015 11:51:42 +0200 Subject: Add colored log tail Signed-off-by: Florian Pritz --- ctailf | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ctailf (limited to 'ctailf') diff --git a/ctailf b/ctailf new file mode 100755 index 0000000..6faf497 --- /dev/null +++ b/ctailf @@ -0,0 +1,3 @@ +#!/bin/bash + +tail -f "$@" | ccze -A -o nolookups -- cgit v1.2.3-24-g4f1b