#!/home1/m/mm64/public_html/x52.9970/local/bin/ruby if ARGV.length != 1 $stderr.puts "#$0: requires exactly 1 command line argument" exit 1 end puts "I received the argument #{ARGV[0]}." exit 0