1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/fantom/run
2018-06-03 20:08:19 +00:00

5 lines
110 B
Bash
Executable File

#!/bin/bash
export FAN_ENV=util::PathEnv
export FAN_ENV_PATH="$(dirname $0)"
exec fan ${STEP:-stepA_mal} "$@"