This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env php | |
<?php | |
$bands = [[ | |
"germany", | |
"brazil", | |
"portugal", | |
"argentina", | |
"belgium", | |
"poland", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0436c3f35df035b67ad0b7a19a05b5b96b669d04a4b9cba87a8e988081e8427d9f619ebc27c4139792e1e0018a5f6f7d6f8f70f3b28c68789cb2176eaa113e986e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#set -x | |
VIRTUALBOX_DISK_SIZE="1500" | |
# Docker Machine for Consul | |
docker-machine \ | |
create \ | |
-d virtualbox \ | |
--virtualbox-disk-size $VIRTUALBOX_DISK_SIZE \ |