1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/clisp/run
Iqbal Ansari 3283e402d9 Compile clisp files before running
This step gives really good speedups, there still seem to be some
bottlenecks around evaluation which need attention
2016-08-28 22:26:35 +05:30

3 lines
67 B
Bash
Executable File

#!/bin/bash
exec clisp $(dirname $0)/${STEP:-stepA_mal}.fas "${@}"