.pryrc
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 01 Feb 2017 15:35:35 -0800
changeset 12 3cc813140c80
child 15 a38e6916504c
permissions -rw-r--r--
First round of modernizing after a long absence. Much work to be done.

#!/usr/bin/ruby


$LOAD_PATH.unshift( 'lib' )

begin
	require 'ezmlm'

rescue Exception => e
	$stderr.puts "Ack! Ezmlm libraries failed to load: #{e.message}\n\t" +
		e.backtrace.join( "\n\t" )
end