#!/bin/bash

find . -type l -print -delete
