osmo-ttcn3-hacks/rmlinks.sh

3 lines
42 B
Bash
Raw Normal View History

#!/bin/sh
find . -type l -exec rm \{\} \;