#!/bin/sh cat > foo1.txt < foo2.txt < /dev/null funtable foo2.txt foo2.fits (funindex foo2.fits val) > /dev/null if [ x$1 = x ]; then TOL=-1 else TOL=$1 fi echo "./funjoin -t $TOL -j val foo1.fits foo2.fits stdout | fundisp stdin" ./funjoin -t $TOL -j val foo1.fits foo2.fits foo.fits fundisp foo.fits