├── mage-bundle.sh ├── mage-dbdump.sh ├── mage-dbpurge.sh ├── mage-install.sh ├── mage-scanner.sh └── mage-watch.sh /mage-bundle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonassi/magento-bash-scripts/HEAD/mage-bundle.sh -------------------------------------------------------------------------------- /mage-dbdump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonassi/magento-bash-scripts/HEAD/mage-dbdump.sh -------------------------------------------------------------------------------- /mage-dbpurge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonassi/magento-bash-scripts/HEAD/mage-dbpurge.sh -------------------------------------------------------------------------------- /mage-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonassi/magento-bash-scripts/HEAD/mage-install.sh -------------------------------------------------------------------------------- /mage-scanner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonassi/magento-bash-scripts/HEAD/mage-scanner.sh -------------------------------------------------------------------------------- /mage-watch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonassi/magento-bash-scripts/HEAD/mage-watch.sh --------------------------------------------------------------------------------