myriad/languages/nim/run.sh

3 lines
147 B
Bash
Raw Normal View History

2020-06-17 07:32:51 +02:00
cat > program.nim
nim compile --run --colors=off --memTracker=off --verbosity=0 --hints=off --nimcache:/tmp/"$CODEDIR"/cache ./program.nim || true