# Multi-shell script.  Works under Bourne Shell, MPW Shell, zsh.
if : == x
then # Bourne Shell or zsh
  exec ocamlfind ocamlc -package xtmpl,unix,str,compiler-libs.toplevel -linkpkg  -linkall "$@" stog_ocaml_types.cmo stog_misc.cmo stog_ocaml_session.cmo
else #MPW Shell
  exec ocamlfind ocamlc -package xtmpl,unix,str,compiler-libs.toplevel -linkpkg  -linkall {"parameters"} stog_ocaml_types.cmo stog_misc.cmo stog_ocaml_session.cmo
End # uppercase E because "end" is a keyword in zsh
fi
