Created
April 27, 2012 00:34
-
-
Save donjohnson/2504615 to your computer and use it in GitHub Desktop.
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]$ time /opt/ruby/bin/puppet -V | |
2.7.13 | |
real 0m0.525s | |
user 0m0.423s | |
sys 0m0.096s | |
[usr]$ time /opt/ruby/bin/ruby -v | |
ruby 1.9.3p194 (2012-04-20) [x86_64-linux] | |
real 0m0.006s | |
user 0m0.004s | |
sys 0m0.002s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment