6 lines
96 B
Bash
6 lines
96 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
. ./iso.sh
|
||
|
|
||
|
qemu-system-$(./target-triplet-to-arch.sh $HOST) -cdrom rockos.iso
|