Files
newznab-tmux/misc/update/nix/multiprocessing/update_per_group.php
T
DariusIII c7da907542 Fix path
2017-04-04 15:09:34 +02:00

9 lines
232 B
PHP

<?php
declare(ticks=1);
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
use \nntmux\libraries\Forking;
// This is the same as the python update_threaded.php
(new Forking())->processWorkType('update_per_group');