#!/bin/sh
#
# make a 1 meg pcmcia card image
dd if=/dev/zero of=nc100.card bs=1k count=1024
