Development: Too many levels of symbolic links - Failed to watch

Yes, this is a dev install on Linux.

The find command removes all plugins. I guess something is creating them for some reason and when I ^C to stop the server they get left behind.

EDIT: Here’s the find that doesn’t delete the plugins:

find plugins/ -type l | grep public | xargs rm -v