mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
5 lines
132 B
Bash
Executable file
5 lines
132 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
mkdir -p images
|
|
(cd images && curl --compressed -O https://copy.sh/v86/images/linux3.iso)
|
|
make qemutests
|