#!/bin/sh
find -path '*/.*' -prune -o ! -perm /o+r -print
