1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/impls/dart/run

3 lines
77 B
Plaintext
Raw Normal View History

2016-11-14 01:21:44 +03:00
#!/bin/bash
exec dart --checked $(dirname $0)/${STEP:-stepA_mal}.dart "${@}"