From 79d5d5abcb0620097b30a03f7bbfd8680a7289a8 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 25 Dec 2024 15:09:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20root/.bash=5Fprofile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- root/.bash_profile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/root/.bash_profile b/root/.bash_profile index 71ea40c..d367c10 100644 --- a/root/.bash_profile +++ b/root/.bash_profile @@ -9,4 +9,9 @@ fi PATH=$PATH:$HOME/bin -export PATH \ No newline at end of file +export PATH + +# Automatically execute ZeroWrt every time you connect to ssh +if [ -x /bin/ZeroWrt ]; then + /bin/ZeroWrt +fi \ No newline at end of file