#!/bin/bash for s in `ls /opt/aphex/sites`; do wp --allow-root plugin install /opt/aphex/plugins/link-whisper-premium-1.5.9.zip /opt/aphex/plugins/wordpress-autoblogging.zip /opt/aphex/plugins/wp-sheet-editor-premium.2.25.2-beta.1.zip --path=/opt/aphex/sites/"$s" --activate; done;