mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* Add workingDir parameter to execProcess * Fix tests/stdlib/tosproc.nim compile error * Suppress output from tosproc.nim
9 lines
125 B
Nim
9 lines
125 B
Nim
# This is test program for the osproc module.
|
|
|
|
import os
|
|
|
|
echo getCurrentDir()
|
|
|
|
for i in 1..paramCount():
|
|
echo paramStr(i)
|