mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-15 15:38:14 +08:00
Add youplot as an executable file
This commit is contained in:
6
exe/youplot
Executable file
6
exe/youplot
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'youplot'
|
||||
|
||||
YouPlot::Command.new.run
|
Reference in New Issue
Block a user