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 ruby | |
require 'zip/zip' # gem 'rubyzip2' | |
require 'nokogiri' | |
require 'date' | |
require 'yaml' | |
config_file = ARGV[0] || 'config.yml' | |
unless File.exists?(config_file) |
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
-- add grant connectivity to remote users | |
CREATE USER 'root'@'172.16.1.20' IDENTIFIED BY 'root'; | |
GRANT ALL PRIVILEGES ON *.* TO 'root'@'172.16.1.20' WITH GRANT OPTION; |
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
Quantity,Name,Type,Mana,SinglePrice,Price | |
#Lands | |
1,"Oran-Rief, the Vastwood",Land | |
#Creatures | |
1,Bloodghast,,BB | |
1,Terra Stomper,Creature - Beast,3GGG | |
1,Esper Stormblade,Artifact Creature - Vedalken Wizard,{wb}U | |
#Other Spells | |
1,Coergir,Sorcery,B | |
1,Dispel,Instant,U |