: mkuboot - build UNIX file system bootstrap

if $1x = x goto help

as -o $1uboot fsboot.s tty.s r$1.s $1.s
strip $1uboot
dd if=$1uboot of=$1tmp bs=2 skip=8
mv $1tmp $1uboot
echo mv $1uboot /usr/mdec/ when ready
exit 0

: help
echo Usage: mkuboot device_name
exit 1
