3 source $FEISTY_MEOW_DIR/bin/seek_all_source.sh
7 perl $FEISTY_MEOW_SCRIPTS/strip_cr.pl $file
10 #echo tempfile is $SOURCES_FOUND_LIST
12 # this block has io redirected from the file to std in.
15 if [ $? != 0 ]; then break; fi
16 chmod 644 "$line_found"
17 done <$SOURCES_FOUND_LIST
19 rm $SOURCES_FOUND_LIST # clean up.