2 lines
92 B
Factor
2 lines
92 B
Factor
USING: io.encodings.utf8 io.launcher ;
|
|
"echo hello" utf8 [ contents ] with-process-reader .
|