]> gitweb.factorcode.org Git - factor-unmaintained.git/blob - run-desc/run-desc.factor
images.processing.rotation: moving to extra/
[factor-unmaintained.git] / 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 ;