freebsd-dev/release/extract.sh
1994-11-06 23:47:06 +00:00

5 lines
96 B
Bash

:
if [ -f bindist.tgz.aa ] ; then
cat bindist.tgz.?? | zcat | ( cd / ; cpio -H tar -idumV )
fi