RosettaCodeData/Task/Get-system-command-output/Factor/get-system-command-output.factor

3 lines
92 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: io.encodings.utf8 io.launcher ;
"echo hello" utf8 [ contents ] with-process-reader .