kids-first / kf-persona

kids-first persona implementation
Apache License 2.0
0 stars 0 forks source link

Fix permissions on all files #29

Closed aalex closed 5 years ago

aalex commented 5 years ago

They were made executable. They should not.

find . -type f -exec chmod 0644 {} \;