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