#!/bin/sh
# dtree
# カレントディレクトリ以下をド充┐垢# 
# 2008(C) S.Ono
#
find . -type d -perm -1 -print 2>/dev/null
