piston/packages/nim/1.4.4/compile

6 lines
103 B
Bash

#!/usr/bin/env bash
# Compile nim file(s)
nim --hints:off --out:out --nimcache:./ c "$@"
chmod +x out