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 | |
| # Memory usage script for WebFaction customers adapted to attempt to | |
| # draw username from the pwd | |
| # Nick Trew <[email protected]> | |
| # 2009-05-25 | |
| # START CONFIG # | |
| require 'pathname' |
NewerOlder