mirror of
https://gitlab.com/sortie/meaty-skeleton.git
synced 2026-02-10 06:11:50 +02:00
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
. ./iso.sh
|
|
|
|
qemu-system-$(./target-triplet-to-arch.sh $HOST) -cdrom myos.iso
|