Subversion Repositories wimsdev

Rev

Rev 6777 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
#! /bin/sh
2
 
3
cd ..
6783 bpr 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`
23 reyssat 6
echo "$test
7
$test2" | head -60
8
if [ ! -z "$test$test2" ]; then chmod og-w $test $test2; fi
9