]> git.mjollnir.org Git - scripts.git/commitdiff
small script to format logfiles
authorPenny Leach <penny@mjollnir.org>
Tue, 20 Apr 2010 11:13:01 +0000 (13:13 +0200)
committerPenny Leach <penny@mjollnir.org>
Tue, 20 Apr 2010 11:13:01 +0000 (13:13 +0200)
bin/logtail [new file with mode: 0755]

diff --git a/bin/logtail b/bin/logtail
new file mode 100755 (executable)
index 0000000..a497f43
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+sudo tail -f $1 | sed 's/\\n/\n/g'