# Destroy the symbolic links # On the server side cd myplotlib # save the config mv config.py config.save find . -maxdepth 1 -name "*.py" -exec unlink {} \; # recover theconfig mv config.save config.py