8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
|
|
#!/usr/bin/env ruby
|
||
|
|
# frozen_string_literal: true
|
||
|
|
|
||
|
|
require "bundler/setup"
|
||
|
|
require "./cli"
|
||
|
|
|
||
|
|
Pry.start
|