2 lines
82 B
Common Lisp
2 lines
82 B
Common Lisp
|
|
(with-output-to-string (stream) (extensions:run-program "ls" nil :output stream))
|