#!/bin/sh

qemu -fda floppy.a \
     -fdb floppy.b \
     -boot order=a

