6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(realpath $(dirname $0)/..)
|
|
|
|
qemu-system-x86_64 -cdrom astryon.iso -serial stdio -enable-kvm $@
|