RosettaCodeData/Task/Execute-a-system-command/Clojure/execute-a-system-command-1.clj
2023-07-01 13:44:08 -04:00

1 line
44 B
Clojure

(.. Runtime getRuntime (exec "cmd /C dir"))