#!/bin/sh

# unfortunatly RepeatMasker expect hard coded locations for the 
# external tools it uses.
# so provide ti with wrappers that use call from the path

prg=`basename ${0}`

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