#!/usr/bin/env ruby print "Content-type: text/plain; charset=UTF-8\r\n\r\n" puts "Hello" system('date') puts "Bye"