Home | History | Annotate | Download | only in config

Lines Matching refs:file

74 for file in `ls $DIRFROM`
76 if [ ! -d $DIRFROM/$file ]
78 test -r $file || ln -s $DIRFROM/$file .
80 #echo $file:
81 test -d $file || mkdir $file && chmod 777 $file
82 (cd $file
88 if [ `(cd $DIRFROM/$file; pwd)` = $pwd ]
93 $0 $DIRFROM/$file