All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
qemu-system-x86_64 -M q35 -m 4G -serial stdio -cdrom mop3.iso -smp 4 -s -S $@
|