URI:
       tirc-chat - scripts - various script and utils
  HTML git clone git://z3bra.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
       tirc-chat (185B)
       ---
            1 #!/bin/sh
            2 
            3 usage() {
            4     echo "usage: $(basename $0) [-h] [-s server]" >&2
            5     exit 1
            6 }
            7 
            8 test -z "$1" && usage
            9 
           10 CHANNEL="$1"
           11 echo "/j $CHANNEL" > in
           12 cd "$CHANNEL"
           13 
           14 tail -n28 out | hiii