Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
cli-old/exe/client
2017-07-25 23:06:37 +00:00

11 lines
205 B
Ruby
Executable file

#!/usr/bin/env ruby
# frozen_string_literal: true
require 'bundler/setup'
lib = File.expand_path('../lib', __dir__).freeze
$LOAD_PATH.unshift lib unless $LOAD_PATH.include? lib
require 'main'
Main.new