go (100B)
1 #!/bin/zsh 2 cat netrom.bin netboot.bin > test.bin 3 ./makerom test.bin test.hex 4 cp test.hex /dev/cua0 5