From 31a41c770249c4003738c897a8f217974a644423 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Sun, 12 May 2024 16:26:00 +0200 Subject: [PATCH] run: tmux fixup --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 0676145..08a0ab1 100755 --- a/run +++ b/run @@ -60,7 +60,7 @@ case "$cmd" in log) if [ -n "$is_running" ]; then tmp=$(mktemp) - tmux capture -b $session -p -S - >$tmp + tmux capture -t $session -p -S - >$tmp if [ $(cat $tmp |wc -l) -gt 30 ]; then head -10 $tmp echo