Change exec find

This commit is contained in:
Ian Fijolek
2021-01-08 18:01:58 -05:00
parent 3c2cae3011
commit f6a9199f25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#! /bin/bash
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
find ./dist -type f -executable -execdir tar -czvf {}.tar.gz {} \;