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

7 lines
89 B
Ruby

#!/usr/bin/env ruby
puts `ls -l .`
puts 'we be in ' + `pwd`
puts system('hostname -a')