#!/bin/sh

if [ -x /usr/openwin/bin/toolwait ]; then
	exec /usr/openwin/bin/toolwait "$@"
else
	exec "$@" &
fi
