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/local/bin/ruby | |
| require 'AWS' | |
| require 'yaml' | |
| class SnapshotManagement | |
| # initalize class, optional override path to yml file | |
| # * options [String] :path ('') | |
| # | |
| def initialize(params = {}) |
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/sh | |
| # | |
| # pic2graph -- compile PIC image descriptions to bitmap images | |
| # | |
| # by Eric S. Raymond <esr@thyrsus.com>, July 2002 | |
| # In Unixland, the magic is in knowing what to string together... | |
| # | |
| # Take a pic/eqn diagram on stdin, emit cropped bitmap on stdout. | |
| # The pic markup should *not* be wrapped in .PS/.PE, this script will do that. |