mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
3 lines
86 B
Bash
3 lines
86 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
git ls-tree --name-only --full-name -r $1 | xargs tar -jcvf uffs-$1.tar.bz2
|