2020-07-28 23:07:15 +09:00
|
|
|
#!/usr/bin/env ruby
|
2020-09-19 00:08:09 +09:00
|
|
|
# frozen_string_literal: true
|
2020-07-28 23:07:15 +09:00
|
|
|
|
2020-11-23 13:09:16 +09:00
|
|
|
require 'youplot'
|
2020-07-29 00:27:07 +09:00
|
|
|
|
2021-01-20 00:07:23 +09:00
|
|
|
YouPlot::Command.new.run_as_executable
|