2022-11-25 13:07:09 +01:00
|
|
|
#!/usr/bin/env ruby
|
2022-11-25 14:19:21 +01:00
|
|
|
|
2022-11-25 15:17:56 +01:00
|
|
|
require_relative "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
|