forked from Bananymous/banan-os
6 lines
99 B
Bash
6 lines
99 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
. ./iso.sh
|
||
|
|
||
|
qemu-system-$(./target-triplet-to-arch.sh $HOST) -cdrom banan-os.iso
|