swap-contracts-module/pwd.nim

7 lines
87 B
Nim

# pwd example
import osproc
let (output, errC) = osproc.execCmdEx("pwd")
echo output