box-o-sand/oldstuff/RubyFun/round0/pipes.rb

7 lines
89 B
Ruby
Raw Normal View History

2009-06-12 01:27:47 +00:00
#!/usr/bin/env ruby
puts `ls -l .`
puts 'we be in ' + `pwd`
puts system('hostname -a')