6 lines
141 B
Ruby
6 lines
141 B
Ruby
|
#!/usr/bin/env ruby
|
||
|
# frozen_string_literal: true
|
||
|
|
||
|
require_relative '../lib/glfm/update_specification'
|
||
|
Glfm::UpdateSpecification.new.process
|