compiler-discord/docker/julia/run.sh

6 lines
79 B
Bash
Raw Normal View History

2019-03-16 01:24:49 +01:00
if [ "$EVAL_EXPR" = "true" ]; then
julia -E "$1"
else
julia -e "$1"
fi