#!/bin/sh -eu

device="$1"
dd if="/dev/$device" of=/dev/null count=10
