diff --git a/pwd.nim b/pwd.nim new file mode 100644 index 0000000..b6a8426 --- /dev/null +++ b/pwd.nim @@ -0,0 +1,6 @@ +# pwd example +import osproc + +let (output, errC) = osproc.execCmdEx("pwd") + +echo output