]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/run-desc/run-desc.factor
6acf66d1b0ac57523a60a539cfd9a24922961d6b
[factor.git] / unmaintained / run-desc / run-desc.factor
1 USING: io io.encodings.utf8 io.launcher kernel sequences ;
2 IN: run-desc
3 : run-desc ( desc -- result ) utf8 [ contents [ but-last ] [ f ] if* ] with-process-reader ;