swap-contracts-module/pwd.nim

7 lines
87 B
Nim
Raw Permalink Normal View History

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