From f377664e4938898ee3893a7cb3d6d1a6345e8df5 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 11 Jan 2026 15:45:02 -0600 Subject: [PATCH] add logs helper script --- tail_logs.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tail_logs.sh diff --git a/tail_logs.sh b/tail_logs.sh new file mode 100755 index 00000000..3aaadbc0 --- /dev/null +++ b/tail_logs.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +stern -n towerops -l app=towerops +