root/feedmelinks/bin/fix-comment-perms.sh
| Revision 250, 109 bytes (checked in by hirokai, 5 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | cd ~/fml |
| 4 | |
| 5 | find _comments -type f | xargs -n1 chmod a+rw 2>&1 | grep -v "Operation not permitted" |
Note: See TracBrowser for help on using the browser.