6 lines
74 B
Bash
6 lines
74 B
Bash
|
#!/bin/sh
|
||
|
make clean
|
||
|
make
|
||
|
./builddisc.sh
|
||
|
qemu-system-i386 -cdrom myos.iso
|