GWinWrap/src/debs/fixOwnership.sh

6 lines
98 B
Bash
Raw Normal View History

2017-04-01 03:13:21 +00:00
find . -type f -exec chmod 644 {} +
find . -type d -exec chmod 755 {} +
chown -R root:root ./*/