1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-23 18:12:00 +03:00
rss-bridge/index.php

8 lines
115 B
PHP
Raw Normal View History

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