6 select i
in $
(ls *) quit
8 [ $i = "quit" ] && exit 0
14 W
="$(( $COLUMNS-2 ))";
21 dialog
--inputbox "Enter message" "$H" "$W" 2>>"1"
22 if [ "$?" != 0 ]; then exit; fi;
28 dialog
--tailbox "$room" "$H" "$W";
29 if [ "$?" != 0 ]; then exit; fi;
30 chat_send_msg
"$room" "$nick";
This page took 0.409143 seconds and 4 git commands to generate.