I can't get enough of this icon for an upcoming app I'm working on. http://d.pr/19iQ7 https://t.co/Znx12zwoSb
WeChat ID
aaronpk_tv
"find . -type d -perm 777 -exec chmod 755 {} \; (for changing the directory permission)
find . -type f -perm 777 -exec chmod 644 {} \; (for changing the file permission)
If they did not have 777 permissions, we easily remove the -perm 777 part."
