for i in Linux Gnu MCC Misc Tex;do if [ -f $i/All ];then
  echo $i
  (cd $i; . ./All)
fi;done
