]> gitweb.factorcode.org Git - factor.git/commitdiff
run-desc: not sure what this is for.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 15 Mar 2016 05:51:11 +0000 (22:51 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 15 Mar 2016 05:51:11 +0000 (22:51 -0700)
extra/run-desc/run-desc.factor [deleted file]
unmaintained/run-desc/run-desc.factor [new file with mode: 0644]

diff --git a/extra/run-desc/run-desc.factor b/extra/run-desc/run-desc.factor
deleted file mode 100644 (file)
index 6acf66d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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 ;
diff --git a/unmaintained/run-desc/run-desc.factor b/unmaintained/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 ;