mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
8 lines
189 B
PHP
Executable File
8 lines
189 B
PHP
Executable File
<?php
|
|
require_once(dirname(__FILE__)."/../bin/config.php");
|
|
require_once("consoletools.php");
|
|
|
|
$consoletools = new consoleTools();
|
|
if (isset($argv[1]))
|
|
$consoletools->showsleep($argv[1]);
|