#!/bin/bash
find -P /home/yggdrasil -type d -exec chmod g+w {} \;
