Dan Buch 01e5a4e45f Add 'lrthw-remnants/' from commit '2b0a814a1795c60baf29b95462921b0ec8c7d861'
git-subtree-dir: lrthw-remnants
git-subtree-mainline: f2380eef05b9edf061bd3716c7f3e546ec32954d
git-subtree-split: 2b0a814a1795c60baf29b95462921b0ec8c7d861
2013-01-09 23:47:30 -05:00

10 lines
263 B
Ruby

first, second, third = ARGV
puts "The script is called: #{$0}"
puts "Your first variable is: #{first}"
puts "Your second variable is: #{second}"
puts "Your third variable is: #{third}"
print "And your fourth is?: "
puts "That's right, it's #{STDIN.gets.chomp}"