freebsd-skq/release/extract.sh

5 lines
88 B
Bash
Raw Normal View History

1994-11-06 23:47:06 +00:00
:
if [ -f bin_tgz.aa ] ; then
cat bin_tgz.?? | zcat | ( cd / ; cpio -H tar -idumV )
1994-11-06 23:47:06 +00:00
fi