Skip to content

Instantly share code, notes, and snippets.

@FinBoWa
FinBoWa / xdebug-off.sh
Last active December 12, 2017 00:07
Xdebug on
#/bin/sh
CURRENT_USER=`whoami`
if [ "$CURRENT_USER" == "vagrant" ]; then
cd /vagrant; ./xdebug.sh off
else
vagrant ssh -c "cd /vagrant; sudo ./xdebug.sh off"
fi
<?xml version="1.0"?>
<!--
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL: