#!/bin/sh
# --------------------------------------------------------------------------
# Copyright 1992-1994 by Forschungszentrum Informatik (FZI)
# All rights reserved.
#
# You can use and distribute this software under the terms of the license
# you should have received along with this software; either version 1.1 of
# the license, or (at your option) any later version.
# For a copy of the license or for additional information about this software,
# write to Xcc Software, Durlacher Allee 53, D-76131 Karlsruhe, Germany;
# Email: obst@xcc-ka.de.
# --------------------------------------------------------------------------
# 'obst-stf - 17:05:91 - dietmar theobald'
#
# obst-stf
#
# OBST grammar utilities structurer & flattener
#
[ -n "$STFdir" ] || { STFdir="`cd \`dirname $0\`;pwd`/"; export STFdir; }

[ -n "$SOSCONTAINER$OBSTCONTAINER" ] || {
   echo >&2 '*** obst-stf: OBSTCONTAINER not defined'
   exit 1
}
${STFdir}stf $*
