compiler-discord/docker/julia/run.sh
2019-06-01 01:21:22 -04:00

5 lines
119 B
Bash

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