16 lines
335 B
Tcsh
16 lines
335 B
Tcsh
#!/bin/csh -f
|
|
# Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
|
|
#
|
|
#
|
|
# HISTORY
|
|
# $Log: rmaouthdr,v $
|
|
# Revision 1.1 1993/03/21 18:04:42 cgd
|
|
# after 0.2.2 "stable" patches applied
|
|
#
|
|
# Revision 2.2 92/04/04 11:36:01 rpd
|
|
# From 2.5 boot
|
|
# [92/03/30 mg32]
|
|
#
|
|
#
|
|
dd if=$1 of=$2 ibs=32 skip=1 obs=1024b
|