From 121e50cb06d69734efb14592cd2aefc7487e726a Mon Sep 17 00:00:00 2001 From: HeXiangLong <3234374354@qq.com> Date: Wed, 2 Apr 2025 08:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9C=80=E5=90=8E=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=97=B6=E9=97=B4=E7=9A=84=E6=89=93=E5=8D=B0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 5d5893e..29227c1 100644 --- a/main.py +++ b/main.py @@ -13,6 +13,7 @@ def signal_handler(signal, frame): signal.signal(signal.SIGINT, signal_handler) os.system('clear') +print(f"Last login: Tue Apr 1 20:23:24 on ttys001") def shell(): dir = os.getcwd()