]> gitweb.factorcode.org Git - factor-unmaintained.git/blobdiff - run-desc/run-desc.factor
unmaintained: New home for misfit Factor vocabularies.
[factor-unmaintained.git] / run-desc / run-desc.factor
diff --git a/run-desc/run-desc.factor b/run-desc/run-desc.factor
new file mode 100644 (file)
index 0000000..6acf66d
--- /dev/null
@@ -0,0 +1,3 @@
+USING: io io.encodings.utf8 io.launcher kernel sequences ;
+IN: run-desc
+: run-desc ( desc -- result ) utf8 [ contents [ but-last ] [ f ] if* ] with-process-reader ;