#!/usr/bin/env ruby
# frozen_string_literal: true

require "libptouch/cli/png_print"

exit Libptouch::Cli::PngPrint.run(ARGV)
