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

