mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 23:21:13 +08:00
6 lines
67 B
Ruby
Executable File
6 lines
67 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require 'uplot'
|
|
|
|
Uplot::Command.new(ARGV).run
|