#!/bin/bash echo "Building kernel.img..." make if [ $? -eq 0 ]; then echo "Build successful." fi