Filter only executable files in local tools copying #7

Merged
eric merged 1 commits from push-yvqlsumstnkp into main 2026-03-30 12:32:14 +02:00

1 Commits

Author SHA1 Message Date
6670f5d63d Filter only executable files in local tools copying
Ensure that only executable files are copied from LOCAL_TOOLS_DIR to avoid copying non-executable or invalid files. Added check for executable permission (-x) alongside file existence (-f).
2026-03-30 12:31:29 +02:00