1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/dart/run
2016-11-13 14:21:44 -08:00

3 lines
77 B
Bash
Executable File

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