diff --git a/app/Console/Commands/ANSIDecode.php b/app/Console/Commands/ANSIDecode.php deleted file mode 100644 index 3c66940..0000000 --- a/app/Console/Commands/ANSIDecode.php +++ /dev/null @@ -1,37 +0,0 @@ -argument('file')); - - return self::SUCCESS; - } -} \ No newline at end of file diff --git a/app/Console/Commands/ANSIEncode.php b/app/Console/Commands/ANSIEncode.php deleted file mode 100644 index e67a95c..0000000 --- a/app/Console/Commands/ANSIEncode.php +++ /dev/null @@ -1,42 +0,0 @@ -argument('file')) as $line) { - foreach (str_split(bin2hex($line),2) as $y) - echo hex2bin($y); - - echo "\r"; - } - - return self::SUCCESS; - } -} \ No newline at end of file