compiler-discord/docker/julia/run.sh

6 lines
119 B
Bash
Raw Normal View History

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