From: Silvio Rhatto Date: Mon, 20 Jul 2015 22:26:08 +0000 (-0300) Subject: Network shell X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d6583241a245c2619aa8157acbefd22182e31ddd;p=termplex.git Network shell --- 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