rss-bridge/index.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
115 B
PHP
Raw Normal View History

<?php
require_once __DIR__ . '/lib/bootstrap.php';
$rssBridge = new RssBridge();
$rssBridge->main($argv ?? []);