From d6583241a245c2619aa8157acbefd22182e31ddd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 20 Jul 2015 19:26:08 -0300 Subject: Network shell --- shell | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3