HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: marieroufy (41973)
PHP: 7.2.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/marieroufy/www/wp-content/plugins/wpforms-lite/vendor/goodby/csv/scripts/bundle-devtools.sh
#/usr/bin/env bash

function print_help {
    echo "$(basename $0) [path/to/dir/to/install]"
}

set -eux

if [ $# -eq 0 ]
then
    print_help
    exit 1
fi

INSTALL_DIR=$1

if [ ! -d "$INSTALL_DIR" ]
then
    echo "No such directory: $INSTALL_DIR"
    exit 1
fi

cd $INSTALL_DIR

if [ -f composer.phar ]
then
    rm -f composer.phar
fi

COMPOSER="$INSTALL_DIR/composer.phar"

wget http://getcomposer.org/composer.phar

chmod +x composer.phar

./composer.phar install --dev