#!/bin/sh
find $2 -type d -exec chmod $1 {} \;