Files
Nim/tests/stdlib/osproctest.nim
Tomohiro 3a3ff76526 Add workingDir parameter to execProcess and test (#9549)
* Add workingDir parameter to execProcess
* Fix tests/stdlib/tosproc.nim compile error
* Suppress output from tosproc.nim
2018-11-26 10:28:44 +01:00

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)