tic (227B) [raw]
1 #!/bin/sh 2 # tic -- ic(1) in tmux(1) 3 # argv is passed to ic! 4 tmux new-session \ 5 'log="$HOME/.irc/$(date +%F).log"; touch $log && tail -f $log | siccolor' \; \ 6 split-pane "env NOCOLOR=1 ic $* >/dev/null" \; \ 7 resize-pane -y 1