#!/usr/bin/ruby.ruby2.6 
$:.unshift File.expand_path("../../lib/", __FILE__)

require "thor"
require "tmuxinator"

Tmuxinator::Cli.bootstrap ARGV
