mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
dd05fde699
minor cleanup. Added $Id$ to files that did not have any version info, etc
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
|