URI: 
       fix race - ii - irc it, simple FIFO based irc client
  HTML git clone git://git.suckless.org/ii
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 770ff215b27d643dc99f4745e65227fe123b6c82
   DIR parent f927bae102094a34ef463aa9ae291a4e816efc9f
  HTML Author: Nico Golde <nion@suckless.org>
       Date:   Sat,  3 Feb 2007 19:45:18 +0100
       
       fix race
       Diffstat:
         M query.sh                            |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/query.sh b/query.sh
       @@ -22,7 +22,6 @@ do
                if [ $? -ne 1 ]; then
                    echo -e "new data in: $i\n========================================================"
                    tail -5 $i
       -            read
                fi
            fi
        done