Skip to content

Fix the permissions on many files marked executable #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 0 commits into from
Nov 15, 2012
Merged

Fix the permissions on many files marked executable #4

merged 0 commits into from
Nov 15, 2012

Conversation

maqifrnswa
Copy link
Contributor

Many files (such as readme.txt, about.jpg, lots of C, header, and java files) were marked as executable (755). This pull sets them back to being non-executable (644).

@maqifrnswa
Copy link
Contributor Author

In case you don't want to do a commit, the command to do the same thing is:
find . -type f -iname .jpg -or -iname *.java -or -iname *.pde -or -iname *.h -or -iname *.cpp -or -iname *.c -or -iname makefile -or -iname key.txt -or -iname pref_.txt -or -iname '_.txt' -print0 | xargs -0 chmod -x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant