Files
newznab-tmux/test/showsleep.php
T
2013-08-02 00:11:30 +02:00

8 lines
189 B
PHP

<?php
require_once(dirname(__FILE__)."/../bin/config.php");
require_once("consoletools.php");
$consoletools = new consoleTools();
if (isset($argv[1]))
$consoletools->showsleep($argv[1]);