From 7dd7b51ef18c8328922483ff2bf0d5190e5383ab Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 5 Oct 2013 00:32:34 +0200 Subject: add command for creating a new got instance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- gotrc-examples/commands | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gotrc-examples/commands b/gotrc-examples/commands index 9bcf669..667bf76 100644 --- a/gotrc-examples/commands +++ b/gotrc-examples/commands @@ -26,6 +26,10 @@ _login_commands () export LANG="en_GB.UTF-8" fi adjbacklight + elif [ "${user}" = "+1" ]; then + echo "Enter parameters: (e.g. tty7 TERM=linux)" + read -r params + setsid -- "$0" $params & else cat <