#!/bin/sh
gs0=`attach -p ghostscript`
gs=${gnu0-/mit/ghostscript}
gsbin=`athdir $gs bin`

PATH=$PATH:$gsbin
export PATH
exec xdvi.real "$@"
