nim script is not executing commands
Nim Compiler Version 0.12.0 (2015-10-27) [Windows: i386] Windows 7 (https://docsbay.net/os-windows7-product-guide)
given the file server.nims:
mode = ScriptMode.Verbose exec "gcc -v" started with: nim e server.nims
is just printing:
[NimScript] exec: gcc -v but it seems not to execute anything. If i execute gcc -v in cmd.exe it shows gcc's version string.
what is the correct way to run it?