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