Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
`find . -perm 755 -type f -not -path './.git*' -not -path './build/*' -not -path './.ci/*' -not -path '*.rb' -not -path '*/scripts/*' -not -path './tools/*' -exec chmod 644 {} +` Signed-off-by: Modular Magician <[email protected]>
- Loading branch information