#!/bin/sh

utildir=`dirname $0`

$utildir/grepcomp "$@"
$utildir/greprt "$@"
$utildir/grepmod "$@"
$utildir/grepmake "$@"
$utildir/grepdocs "$@"
