// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
public_html
/
wp-contentmmm
/
plugins
/
hello-plus
/
tests
/
wp-env
/
config
[ PARENT ]
EDIT :: activate_plugin.sh
#!/bin/bash set -eox pipefail WP_CLI_CACHE_DIR=/tmp wp plugin install "$1" --activate
SAVE
CANCEL