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