educatic-info/bin/check.rb

7 lines
145 B
Ruby
Raw Normal View History

2022-11-25 13:07:09 +01:00
#!/usr/bin/env ruby
2022-11-25 14:19:21 +01:00
2022-12-01 15:09:51 +01:00
require_relative "lib/educatic"
2022-11-25 13:07:09 +01:00
filename = File.join(File.dirname(__FILE__), "services.yaml")
2022-11-25 15:47:56 +01:00
Educatic.new(filename).check