compiler-discord/docker/julia/run.sh
2019-03-15 20:24:49 -04:00

5 lines
79 B
Bash

if [ "$EVAL_EXPR" = "true" ]; then
julia -E "$1"
else
julia -e "$1"
fi