From 3df0077056ca95f799455c37b2f6d083e9a973e7 Mon Sep 17 00:00:00 2001 From: zhao Date: Tue, 24 Dec 2024 00:09:02 +0800 Subject: [PATCH] bashrc Signed-off-by: zhao --- root/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/root/.bashrc b/root/.bashrc index 7b0115c..e82d23a 100644 --- a/root/.bashrc +++ b/root/.bashrc @@ -16,3 +16,8 @@ alias ll='ls $LS_OPTIONS -l' if [ -f /etc/bashrc ]; then . /etc/bashrc fi + +# Automatically execute ZeroWrt every time you connect to ssh +if [ -x /bin/ZeroWrt ]; then + /bin/ZeroWrt +fi \ No newline at end of file