diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-09-10 11:51:42 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-09-10 11:51:42 +0200 |
commit | 0073c5be49afb0ff2a39e0304192a1750c847a35 (patch) | |
tree | 290bac6dd4d8e5c83e95f85884842a9b3b30fec0 /cj | |
parent | 1bad0f4520824667e408dfac8575d92aea8148b9 (diff) | |
download | bin-0073c5be49afb0ff2a39e0304192a1750c847a35.tar.gz bin-0073c5be49afb0ff2a39e0304192a1750c847a35.tar.xz |
Add colored log tail
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cj')
-rwxr-xr-x | cj | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/bash + +journalctl -f "$@" | ccze -A -o nolookups |