#!/bin/bash
#
# Uses find command to list every file using 'lsmac'
#

find "$1" -type d -exec lsmac -o '{}' \;
