Files
newznab-tmux/test/showsleep.php
T
2013-08-05 10:52:01 +02:00

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]);