6 lines
66 B
Bash
6 lines
66 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
make &&
|
||
|
./scripts/buildiso.sh &&
|
||
|
./scripts/run_qemu.sh
|