Commit 115085df authored by Nico Schallehn's avatar Nico Schallehn

mergeed

parent dd6644b3
<?php include './color.class.php';
$colors = new Colors();
//echo "md5: ".$colors->getColoredString("Fehler!", "white", "red") .PHP_EOL;
......@@ -11,6 +12,10 @@ if(isset($argv[1])){
case "filme":
echo $colors->getColoredString("Filme", "black", "light_gray") .PHP_EOL;
break;
case "showconfig":
echo $colors->getColoredString("Konfiguration", "black", "light_gray") .PHP_EOL;
echo "Verzeichnis zum einlesen: ".$argv[2]." ";
break;
default:
echo $colors->getColoredString("Fehler", "red", "light_gray") .PHP_EOL;
echo "Bitte ohne Parameter aufrufen für Hilfe!".PHP_EOL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment