mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
5 lines
96 B
Bash
5 lines
96 B
Bash
:
|
|
if [ -f bindist.tgz.aa ] ; then
|
|
cat bindist.tgz.?? | zcat | ( cd / ; cpio -H tar -idumV )
|
|
fi
|