mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
only tar executable files
This commit is contained in:
parent
e082fee5d4
commit
f2f7b6db0f
@ -11,7 +11,7 @@ rhash -r -a . -o checksums
|
||||
|
||||
rhash --list-hashes > checksums_hashes_order
|
||||
|
||||
find . | xargs -I {} tar czvf {}.tar.gz {}
|
||||
find . -perm +111 -type f | xargs -I {} tar czvf {}.tar.gz {}
|
||||
|
||||
rm checksums_hashes_order.tar.gz
|
||||
rm checksums.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user