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