diff --git a/.standards/init-repos.sh b/.standards/init-repos.sh new file mode 100644 index 0000000..ec3c65f --- /dev/null +++ b/.standards/init-repos.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +[ ! -d ./magento-ecg/.git ] && git clone git@github.com:cmhook/phpcs-magento-ecg-project.git ./magento-ecg +[ ! -d ./symfony/.git ] && git clone git@github.com:cmhook/phpcs-symfony.git ./symfony