#!/bin/sh
#
# $Id: dos-fmt,v 1.1 1993/06/13 16:38:17 qjb Exp $
# $Source: /home/qjb/scripts/RCS/dos-fmt,v $
# $Author: qjb $
#

if [ ! $?FLOPPY ]; then
   FLOPPY=/dev/fd0
fi

dd if=`dirname $0`/dos-fmt.img of=$FLOPPY bs=18k
exit 0
