|
|
1.1 root 1:
2: echo "Enter Device to be used -> \c"
3: read DEV
4: find /newbits >/tmp/archive00
5: find /src386 >>/tmp/archive00
6: sed -e /objects/d /tmp/archive00 >/tmp/archive01
7: cp /tmp/archive01 /tmp/archive00
8: rm /tmp/archive01
9: sed -e /work/d /tmp/archive00 >/tmp/archive01
10: cp /tmp/archive01 /tmp/archive00
11: rm /tmp/archive01
12: sed -e /LIBCobj/d /tmp/archive00 >/tmp/archive01
13: cat /tmp/archive01 | cpio -ocv >/dev/$DEV
14: rm /tmp/archive00 /tmp/archive01
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.