#!/bin/sh
find $THIS -maxdepth 1 -mindepth 1 \( -type d -or -type l \) \
	-not -name owner -not -name parent -printf "mooix:%p\n"
