summary refs log blame commit diff stats
path: root/tests/stdlib/osproctest.nim
blob: 8c4fba9ba9a45aceb2633a8c9cd6e0ce45922c86 (plain) (tree)
1
2
3
4
5
6
7
8







                                             
# This is test program for the osproc module.

import os

echo getCurrentDir()

for i in 1..paramCount():
  echo paramStr(i)