mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 08:33:20 +00:00
6875d25465
ready for it yet.
7 lines
117 B
Tcsh
7 lines
117 B
Tcsh
#!/bin/csh -f
|
|
#
|
|
# from: Mach, Revision 2.2 92/04/04 11:36:01 rpd
|
|
# $Id$
|
|
#
|
|
dd if=$1 of=$2 ibs=32 skip=1 obs=1024b
|