export PS1='[$(whoami)@$(hostname):$(pwd)~] '
/tmp/myirq_test -ctrl -channels 1
#echo $?
if [ $? == '111' ]; then
   exit
fi

