1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-27 14:52:16 +03:00
mal/impls/elm/run
Nicolas Boulenguez e984ed8801 elm: merge more ideas from #450
Various trivial changes reducing the diff to #450.

Dockerfile: npm already depends on nodejs

Core.elm: change profile of deepEquals instead of uncurrying before
each call.
2024-08-06 08:24:09 -05:00

3 lines
83 B
Bash
Executable File

#!/usr/bin/env bash
exec node $(dirname $0)/bootstrap.js ${STEP:-stepA_mal} "${@}"