#!/bin/sh
 export GMS_ROOT=$(pwd)
 if [ -d "$GMS_ROOT/htdocs/texmf/etc" ]; then
   cd "$GMS_ROOT/htdocs/texmf/etc"
   "$GMS_ROOT/htdocs/texmf/etc/gmssetup" $1; fi
