This script finds all your wordpress sites under a specific parent directory and then loops through them and prompts you to accept or reject an upgrade for plugins, themes and wordpress core. # find all Wordpress installs WP_SITES=`find /path/to/your/sites/root -regex...