#!/bin/sh
#########################################################################
# #
# Objective Caml #
# #
# Damien Doligez, projet Para, INRIA Rocquencourt #
# #
# Copyright 1999 Institut National de Recherche en Informatique et #
# en Automatique. All rights reserved. This file is distributed #
# under the terms of the Q Public License version 1.0. #
# #
#########################################################################
# $Id: ntopgen.tpl,v 1.1.1.1 2002/01/16 09:01:29 cookcu Exp $
# Multi-shell script. Works under Bourne Shell, MPW Shell, zsh.
if : == x
then # Bourne Shell or zsh
exec /usr/local/bin/nmlc -linkall toplevellib.cma "$@" ntopmain.cmo
else # MPW Shell
nmlc -linkall toplevellib.cma {"parameters"} ntopmain.cmo
exit {status}
End # uppercase E because "end" is a keyword in zsh
fi
syntax highlighted by Code2HTML, v. 0.9.1