#!/bin/bash 
assistant=`/usr/bin/dirname $0`/assistant
# We set a maximum of 5 CPU seconds for the process.
ulimit -t  5
$assistant $*
