Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
zhao 2024-12-24 00:09:02 +08:00
parent 5ceb1a8d12
commit 3df0077056

View File

@ -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