#!/bin/sh # # Budtool compatible dd command. # - Cameron Simpson 12nov99 # case $1 in bs=*) ;; *) set bs=184320 ${1+"$@"} ;; esac exec dd "$@"