Files
newznab-tmux/cli/data/populate_steam_apps.php
T
2017-05-19 11:21:41 +02:00

10 lines
158 B
PHP

<?php
require_once dirname(__DIR__, 2) . DIRECTORY_SEPARATOR . 'bootstrap.php';
use nntmux\Steam;
$steam = new Steam();
$steam->populateSteamAppsTable();