]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/run-desc/run-desc.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[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 ;