#!/bin/sh # Multi-shell script. Works under Bourne Shell, MPW Shell, zsh. if : == x then # Bourne Shell or zsh exec /usr/local/lib/metaocaml/bin/ocamlc toplevellib.cma "$@" else # MPW Shell ocamlc toplevellib.cma {"parameters"} exit {status} End # uppercase E because "end" is a keyword in zsh fi