piston/packages/nim/1.4.4/compile

6 lines
103 B
Plaintext
Raw Normal View History

2021-03-18 02:49:21 +01:00
#!/usr/bin/env bash
# Compile nim file(s)
nim --hints:off --out:out --nimcache:./ c "$@"
chmod +x out