9 lines
208 B
Factor
9 lines
208 B
Factor
|
USING: tools.deploy.private io.files system ;
|
||
|
IN: benchmark.bootstrap2
|
||
|
|
||
|
: bootstrap-benchmark
|
||
|
"." resource-path cd
|
||
|
vm { "-output-image=foo.image" "-no-user-init" } stage2 ;
|
||
|
|
||
|
MAIN: bootstrap-benchmark
|