1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/src/linux_cp_files.sh
tianduanrui 2eb2179196 update
2017-11-27 20:15:23 +08:00

5 lines
101 B
Bash
Executable File

#!/bin/sh
initpath=$(pwd)
(cd $1; tar -cf - $(find . -name "$2") ) | (cd $3; tar -xf -)
cd $initpath