Handbook
Glossary
download-tldr ( -- )
Vocabulary
tldr
.
private
Inputs
None
Outputs
None
Definition
USING:
http.download
io.directories
io.files.temp
io.launcher
kernel
;
IN:
tldr.private
:
download-tldr
( -- )
"tldr"
cache-file
dup
make-directory
[
tldr-zip
"tldr.zip"
download-once-as
drop
{
"unzip"
"tldr.zip"
}
try-process
]
with-directory
;