From 2b17e6508eaf52be0a26a14fd757d37b4096917f Mon Sep 17 00:00:00 2001 From: LeeCQ Date: Mon, 27 Nov 2023 14:32:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Shell=E5=8F=98=E9=87=8F=20bug?= =?UTF-8?q?fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/shell/self_shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/shell/self_shell.sh b/actions/shell/self_shell.sh index 55be4d8..fe68935 100644 --- a/actions/shell/self_shell.sh +++ b/actions/shell/self_shell.sh @@ -17,4 +17,4 @@ function sec2min() { alias ll='ls -Ahl' alias stopout="cat /tmp/stopout | sec2min" -alist stoprun="rm -f /tmp/keepalive && exit" +alias stoprun="rm -f /tmp/keepalive && exit"