#!/usr/bin/env ruby

$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))
require 'zpng'
require 'zpng/cli'

ZPNG::CLI.new.run
