#!/bin/sh
#
# This script is a part of FreeUSP - the UNIX Seismic Processing system.
#

APPDIR=`app-path $0`

exec ${APPDIR}/bin/gather -P8 ${1:+"$@"}
