Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Remove executable permissions for files #858

Merged
merged 1 commit into from
Aug 16, 2016
Merged

Conversation

pmodin
Copy link
Contributor

@pmodin pmodin commented Jul 19, 2016

Hi! I cleared all the executable bits for files that was set in this repo!

This oneliner was used for clearing the execute bits:
find . -type f -perm +111 -exec chmod a-x {} \;

None of the files should be directly executable.

This oneliner was used for clearing the execute bits:
`find . -type f -perm +111 -exec chmod a-x {} \;`
@olefredrik olefredrik merged commit f44a1a0 into olefredrik:master Aug 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants