#!/bin/sh
find . -type l | xargs file | grep -i broken

