SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > woocommerce > vendor > bin


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/woocommerce/vendor/bin

NameTypeSizeLast ModifiedActions
export-plural-rules File 3485 bytes May 30 2023 20:35:42.
import-cldr-data File 3476 bytes May 12 2025 21:07:28.
mozart File 3462 bytes May 30 2023 20:35:42.
phpcbf File 3482 bytes May 30 2023 20:35:42.
phpcs File 3479 bytes May 30 2023 20:35:42.
phpcs-changed File 3500 bytes May 30 2023 20:35:42.
wp File 971 bytes November 05 2024 23:21:20.
wp.bat File 979 bytes November 05 2024 23:21:20.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/woocommerce/vendor/bin/wp

#!/usr/bin/env sh

# Support bash to support `source` with fallback on $0 if this does not run with bash
# https://stackoverflow.com/a/35006505/6512
selfArg="$BASH_SOURCE"
if [ -z "$selfArg" ]; then
    selfArg="$0"
fi

self=$(realpath $selfArg 2> /dev/null)
if [ -z "$self" ]; then
    self="$selfArg"
fi

dir=$(cd "${self%[/\\]*}" > /dev/null; cd '../../bin/composer/wp/vendor/wp-cli/wp-cli/bin' && pwd)

if [ -d /proc/cygdrive ]; then
    case $(which php) in
        $(readlink -n /proc/cygdrive)/*)
            # We are in Cygwin using Windows php, so the path must be translated
            dir=$(cygpath -m "$dir");
            ;;
    esac
fi

export COMPOSER_RUNTIME_BIN_DIR="$(cd "${self%[/\\]*}" > /dev/null; pwd)"

# If bash is sourcing this file, we have to source the target as well
bashSource="$BASH_SOURCE"
if [ -n "$bashSource" ]; then
    if [ "$bashSource" != "$0" ]; then
        source "${dir}/wp" "$@"
        return
    fi
fi

exec "${dir}/wp" "$@"

SILENT KILLER Tool