mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
12 lines
434 B
JSON
12 lines
434 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Fetch images",
|
|
"type": "shell",
|
|
"command": "wget -P images/ https://i.copy.sh/{linux3.iso,linux.iso,linux4.iso,buildroot-bzimage.bin,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img}"
|
|
}
|
|
]
|
|
}
|