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

