diff --git a/exe/youplot b/exe/youplot new file mode 100755 index 0000000..e35433e --- /dev/null +++ b/exe/youplot @@ -0,0 +1,6 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +require 'youplot' + +YouPlot::Command.new.run diff --git a/youplot.gemspec b/youplot.gemspec index e43429a..b193925 100644 --- a/youplot.gemspec +++ b/youplot.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*'] spec.bindir = 'exe' - spec.executables = ['uplot'] + spec.executables = ['uplot', 'youplot'] spec.require_paths = ['lib'] spec.add_runtime_dependency 'unicode_plot'