echo start OpenSplice

ospl start

sleep 10

echo start MessageBoard
./exec/MessageBoard&

sleep 2

echo start Chatter
./exec/Chatter

sleep 4

echo start Chatter with terminate message
./exec/Chatter -1

sleep 4

ospl stop
