#!/bin/sh

# team meeting tool

xterm -geometry 95x55+150+15 -name "design team meeting" -e ${IFE_HOME}sys/bin/team_decision

# Ask for action required
schema=`${IFE_HOME}sys/bin/dialog -p "Action required ?" -file "yes" -d "edit window dimension" -h1 "state the action required" -h2 "give a brief summary"`

echo "$schema"

# get petri to shift token to the subsequent transition.
#echo "shift_next_transition"
echo "Team meeting has finished"

exit 0
