#!/bin/bash unset WMII_NAMESPACE unset WMII_DIR export _PATH="$PATH" export PATH="$WMII_CONFPATH:$PATH" . include.sh wmiir xwrite /event WmiircQuit # close any existing wmiirc's Event WmiircStart trap "Event Quit" EXIT wmiir read /event 2>/dev/null | while read event; do Event $event done