#!/bin/bash

export XDEBUG_CONFIG="idekey=xdebug"
/usr/bin/php "$@"
