gusbemacbe / suru-plus

Suru++ 25 — A cyberpunk, elegant, futuristic and Papirus-like third-party icons theme
GNU General Public License v3.0
344 stars 32 forks source link

Removed the executable bit from files listed in #31 #32

Closed SmartFinn closed 5 years ago

SmartFinn commented 5 years ago

find . -type f -executable -not -path './.git/*' -exec chmod -x '{}' \;