compiler-discord/docker/julia/run.sh

6 lines
103 B
Bash
Raw Normal View History

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