1
0
mirror of synced 2026-03-06 19:41:53 +00:00
Files
Interlisp.medley/cl-bench/run-ecl.sh
Larry Masinter 02ed8d4bf4 add cl-benchmarks
benchmarks probably belong under internal/benchmarks
2020-09-16 23:17:10 -07:00

16 lines
199 B
Bash

#!/bin/sh
ECL=ecl
${ECL} <<EOF
(load "sysdep/setup-ecl.lisp")
(load "do-compilation-script.lisp")
(quit)
EOF
${ECL} <<EOF
(load "sysdep/setup-ecl.lisp")
(load "do-execute-script.lisp")
(quit)
EOF