Subversion Repositories wimsdev

Rev

Rev 6783 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #! /bin/sh
  2.  
  3. cd ..
  4. test=`find $wims_exec_parm -perm /22 \! -type l 2>/dev/null | head -1000`
  5. test2=`find $w_nowrite2 -maxdepth 0 -perm /22 \! -type l 2>/dev/null | head -1000`
  6. echo "$test
  7. $test2" | head -60
  8. if [ ! -z "$test$test2" ]; then chmod og-w $test $test2; fi
  9.  
  10.