root/feedmelinks/bin/fix-comment-perms.sh

Revision 250, 109 bytes (checked in by hirokai, 5 years ago)

added filter for unneccessary errors

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
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.