for i in *;do
  if [ -d "$i" ]; then
    createrepo --database $i
  fi
done
