changeset 92:ad25c480fa5e

Added new Ruby script, just testing out push access
author Andrew Azores <aazores@redhat.com>
date Fri, 12 Jul 2013 15:37:48 -0400
parents ac40f623d198
children 41f840f89b0e
files ChangeLog hello_user.rb
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 04 14:15:02 2013 +0200
+++ b/ChangeLog	Fri Jul 12 15:37:48 2013 -0400
@@ -1,3 +1,7 @@
+2013-07-12  Andrew Azores <aazores@redhat.com>
+
+	* A challenger appears!
+
 2012-09-24  Elliott Baron  <ebaron@redhat.com>
 
 	* Oh hi there!
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hello_user.rb	Fri Jul 12 15:37:48 2013 -0400
@@ -0,0 +1,2 @@
+#!/usr/bin/env ruby
+p "Hello there, #{`whoami`.chomp}! It is currently #{`date +%X`.chomp}, #{`date +%x`.chomp}. Your machine uptime is: #{`uptime | awk '{print $1}'`.chomp}."