From f4a74eb3c47ca69853a6e049c067f19e8bb544fc Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 12 May 2025 15:52:17 +0200 Subject: [PATCH] style(test): silent delete old session --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1a670ed..d65669b 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,6 @@ SESSION = test-irc test: debug @printf '$(GREY) now running with\n\t- Port:\t\t$(GREEN)4243$(GREY)\n\t- Password:\t$(GREEN)irc$(END)\n' @if tmux has-session -t $(SESSION) 2>/dev/null; then \ - echo "→ Killing existing session '$(SESSION)'…"; \ tmux kill-session -t $(SESSION); \ fi @tmux new-session -d -s $(SESSION) \