13 lines
118 B
Bash
13 lines
118 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
cd CoreLib
|
||
|
make
|
||
|
cd ../kernel
|
||
|
make clean
|
||
|
make
|
||
|
cd ..
|
||
|
|
||
|
./scripts/update_harddrive.sh
|
||
|
./scripts/run_qemu.sh
|