aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rwxr-xr-xshell4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell b/shell
index 9ecac83..942ac26 100755
--- a/shell
+++ b/shell
@@ -44,6 +44,10 @@ else
# Local root shell
window_title root
sudo screen -x
+ elif [ -z "$COMMAND" ] && [ "$DEST" == "network" ]; then
+ # Local root shell
+ window_title network
+ shell local network
elif [ "$DEST" == "local" ]; then
# Local screen shell
window_title $COMMAND