2022-11-25 15:17:56 +01:00
|
|
|
#!/usr/bin/env ruby
|
|
|
|
|
2022-12-01 15:09:51 +01:00
|
|
|
require_relative "lib/educatic"
|
2022-11-25 15:17:56 +01:00
|
|
|
|
|
|
|
filename = File.join(File.dirname(__FILE__), "services.yaml")
|
2022-12-02 09:26:31 +01:00
|
|
|
Educatic.new(filename).show_urls
|