Tools: Add a fast-run.sh script which does not build, only run
This commit is contained in:
parent
de167c3c67
commit
7d71bd192d
8
tools/fast-run.sh
Executable file
8
tools/fast-run.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
source $(dirname $0)/env.sh
|
||||||
|
|
||||||
|
cd $LUNA_ROOT
|
||||||
|
|
||||||
|
qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -enable-kvm $@
|
@ -7,4 +7,4 @@ cd $LUNA_ROOT
|
|||||||
|
|
||||||
tools/build-iso.sh
|
tools/build-iso.sh
|
||||||
|
|
||||||
qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -enable-kvm $@
|
tools/fast-run.sh
|
Loading…
Reference in New Issue
Block a user