hysteria

ii wrapper script
git clone git://git.2f30.org/hysteria
Log | Files | Refs | README | LICENSE

commit fee1a1f3a269985c82427cd22499dba3efd6fb52
parent 5597f9f05ccb78885946dfd53b99863c60d86808
Author: sin <sin@2f30.org>
Date:   Tue, 15 Apr 2014 00:03:00 +0100

Name the ii instance

Diffstat:
Mconnectserver | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/connectserver b/connectserver @@ -16,6 +16,7 @@ fi host="$1" tmux new-window "ii -i irc -s $host -n $nick -f $fullname" +tmux rename-window "ii@$host" ./waitfile "irc/$host/out" tmux new-window "tail -f irc/$host/out | ./highlight" tmux split-window -p 1 "cat > irc/$host/in"