#!/bin/env bash cd bootsector ./build.sh cd ../ cd stage_2 ./build.sh cd ../ cat bootsector/stage_1.bin > nightloader.bin # cat stage_2/stage_2.bin >> nightloader.bin