From 3c32852fd9d7d9bd7314f1cac6fc187ed1e46baa Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:25:27 +0100 Subject: [PATCH] only show errors --- show-errors.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 show-errors.sh diff --git a/show-errors.sh b/show-errors.sh new file mode 100755 index 00000000..c08b4c6d --- /dev/null +++ b/show-errors.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +./show-status.sh | grep -v "online"