summaryrefslogtreecommitdiffstats
path: root/cj
blob: fa459a545012d5a76a9a64cdfaf08839caa017c6 (plain)
1
2
3
4
5
6
7
#!/bin/bash

if type ccze &>/dev/null; then
	journalctl -f "$@" | ccze -A -o nolookups
else
	journalctl -f "$@"
fi