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
|