osmo-ttcn3-hacks/rmlinks.sh

3 lines
63 B
Bash
Executable File

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