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

10 lines
180 B
Text
Raw Normal View History

2017-07-21 02:00:09 -04:00
#!/usr/bin/env ruby
# frozen_string_literal: true
2017-07-21 02:48:04 -04:00
lib = File.expand_path('../lib', __dir__).freeze
$LOAD_PATH.unshift lib unless $LOAD_PATH.include? lib
require 'main'
Main.new