Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
#! /bin/sh
2
 
3
cd ..
13452 georgesk 4
test=`find $wims_exec_parm -perm /11 -type f 2>/dev/null | head -1000`
23 reyssat 5
echo "$test" | head -60
6
if [ ! -z "$test" ]; then chmod og-x $test; fi
7