freebsd-dev/release/extract.sh

5 lines
88 B
Bash

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