Skip to content

Instantly share code, notes, and snippets.

@DenisMir
DenisMir / php-version.sh
Last active April 19, 2018 12:43 — forked from rhukster/sphp.sh
#!/bin/bash
# Creator: Phil Cook
# Email: [email protected]
# Twitter: @p_cook
# Modified by Denis Mir @ Communiacs
brew_prefix=$(brew --prefix | sed 's#/#\\\/#g')
brew_array=("5.6","7.0","7.1","7.2")
php_array=("[email protected]" "[email protected]" "[email protected]" "[email protected]")
valet_support_php_version_array=("[email protected]" "[email protected]" "[email protected]" "[email protected]")
#!/bin/bash
#########################################################
mgUSERNAME="MailGun Username"
mgPASSWORD="COMPLEX PASSWORD"
testEmail="[email protected]"
#########################################################
echo "Installing this agent may be dangerous, make sure this is the correct server!"