hello-ing here and there

This commit is contained in:
Dan Buch 2011-01-03 13:34:34 -05:00
parent 672e704da1
commit 5c2aa3abec
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
puts 'Hello World'

View File

@ -0,0 +1,2 @@
#!/bin/bash
ruby -e "puts 'Hello World'"