builder.util: add to-file
parent
7303efe221
commit
95185cf9e1
|
@ -99,3 +99,9 @@ USING: bootstrap.image bootstrap.image.download io.streams.null ;
|
||||||
[ file-lines ] [ ] bi*
|
[ file-lines ] [ ] bi*
|
||||||
maybe-tail*
|
maybe-tail*
|
||||||
[ print ] each ;
|
[ print ] each ;
|
||||||
|
|
||||||
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
USE: prettyprint
|
||||||
|
|
||||||
|
: to-file ( object file -- ) [ . ] with-file-writer ;
|
Loading…
Reference in New Issue