hysteria

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

commit 5597f9f05ccb78885946dfd53b99863c60d86808
parent e85fc97c222c229b499bd77e5abae49e508d8db6
Author: sin <sin@2f30.org>
Date:   Mon, 14 Apr 2014 23:56:21 +0100

Rename hiii to highlight

Diffstat:
Mconnectserver | 2+-
Rhiii -> highlight | 0
Mjoin | 2+-
Mmonitor | 2+-
4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/connectserver b/connectserver @@ -17,6 +17,6 @@ fi host="$1" tmux new-window "ii -i irc -s $host -n $nick -f $fullname" ./waitfile "irc/$host/out" -tmux new-window "tail -f irc/$host/out | ./hiii" +tmux new-window "tail -f irc/$host/out | ./highlight" tmux split-window -p 1 "cat > irc/$host/in" tmux rename-window "$host" diff --git a/hiii b/highlight diff --git a/join b/join @@ -19,7 +19,7 @@ shift for c in $*; do echo "/join $c" > "irc/$host/in" ./waitfile "irc/$host/$c/out" - tmux new-window "tail -f irc/$host/$c/out | ./hiii" + tmux new-window "tail -f irc/$host/$c/out | ./highlight" tmux split-window -p 1 "cat > irc/$host/$c/in" tmux rename-window "$c" done diff --git a/monitor b/monitor @@ -20,7 +20,7 @@ while :; do fi done if test $found -eq 0; then - tmux new-window "tail -f $n | ./hiii" + tmux new-window "tail -f $n | ./highlight" tmux split-window -p 1 "cat > $(dirname $n)/in" tmux rename-window "$title" fi