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