# you can grab an argument off the command line and add it to the output.#!/usr/bin/env rubyputs "Hello, #{ARGV[0]}!"