11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
|
# OCamlc with option -custom
|
||
|
# Macintosh version
|
||
|
|
||
|
set echo 0
|
||
|
set -e ocamlcommands "{tempfolder}"OCaml.temp."`date -n`"
|
||
|
echo >"{ocamlcommands}"
|
||
|
ocamlc -custom {"parameters"}
|
||
|
execute "{ocamlcommands}"
|
||
|
|
||
|
delete -y "{ocamlcommands}"
|