Handbook
Glossary
checksum-lines-append-build ( -- )
Vocabulary
bootstrap
.
image
.
upload
Inputs
None
Outputs
None
Definition
USING:
io.encodings.utf8
io.files
kernel
sequences
splitting
;
IN:
bootstrap.image.upload
:
checksum-lines-append-build
( -- )
"checksums.txt"
utf8
[
[
" "
split1
[
append-build
]
dip
" "
glue
]
map
]
change-file-lines
;