13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
|
#!/bin/csh -f
|
||
|
# Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
|
||
|
#
|
||
|
#
|
||
|
# HISTORY
|
||
|
# $Log: rmaouthdr,v $
|
||
|
# 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
|