download-clean-image ( -- )


Vocabulary
update

Definition
USING: http.client ;

IN: update

: download-clean-image ( -- ) remote-clean-image download ;