Add MAIN: to bootstrap.image.download

db4
Slava Pestov 2008-02-09 00:16:24 -06:00
parent d65bde09d1
commit cb2dc00762
1 changed files with 4 additions and 0 deletions

View File

@ -23,3 +23,7 @@ bootstrap.image sequences io ;
"Boot image up to date" print
drop
] if ;
: download-my-image ( -- ) my-arch download-image ;
MAIN: download-my-image