#!/bin/bash
# cd rocklibc
# make clean
# make
# cd ..
cd programs
make clean
make
cd ..
cd initrd
./make_img.sh
make -B
make run