Current File : /home/jvzmxxx/wiki1/extensions/MobileFrontend/dev-scripts/phpcheck.sh
#!/usr/bin/env bash
if [ ! -f composer.phar ]; then
	curl -sS https://getcomposer.org/installer | php
fi
php composer.phar install