separated run-desc from launcher

db4
Sam Anklesaria 2009-07-22 10:28:27 -05:00
parent cc38d1ada6
commit 3adec5c396
1 changed files with 3 additions and 0 deletions

View File

@ -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 ;