mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-31 21:14:46 +08:00
only tar executable files
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user