#!/bin/sh

# unfortunatly RepeatModeler expect hard coded locations for the 
# external tools it uses.

prg=`basename ${0}`

exec ${prg} ${1+"$@"}
