File:  [MW Coherent from dump] / coherent / a / usr / bin / bkup.romana
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent


echo "Enter Device to be used -> \c"
read DEV
find /newbits >/tmp/archive00
find /src386 >>/tmp/archive00
sed -e /objects/d /tmp/archive00 >/tmp/archive01
cp /tmp/archive01 /tmp/archive00
rm /tmp/archive01
sed -e /work/d /tmp/archive00 >/tmp/archive01
cp /tmp/archive01 /tmp/archive00
rm /tmp/archive01
sed -e /LIBCobj/d /tmp/archive00 >/tmp/archive01
cat /tmp/archive01 | cpio -ocv >/dev/$DEV
rm /tmp/archive00 /tmp/archive01

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.