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
| ##### starting test path_mismatch. | |
| $ source "$rvm_path/scripts/rvm" | |
| $ : test no error | |
| $ rvm use 1.9.3 --install | |
| Using /Users/hamstu/.rvm/gems/ruby-1.9.3-p448 | |
| # passed: status = 0 | |
| $ rvm version | |
| rvm 1.21.14 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/] |
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
| /** | |
| * Design Test for Verses | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=PT+Serif); | |
| body { | |
| background: #f3f3f3; | |
| font-family: PT Serif, serif; | |
| color: #333; |
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/python | |
| """ | |
| emailer.py | Script to send attachments via a Gmail account | |
| - Based on http://codecomments.wordpress.com/2008/01/04/python-gmail-smtp-example/ | |
| - Fixed small bugs and cleaned up the formatting, etc. | |
| USAGE: | |
| emailer.py [file1, file2, ...] | |
NewerOlder