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