#!/usr/pkg/bin/ruby34
require 'turn'
begin
  Turn::Command.main(*ARGV)
rescue StandardError => e
  raise if $DEBUG
  puts e
  exit -1
end

