diff --git a/bin/createPhar b/bin/createPhar deleted file mode 100755 index c6f99b5..0000000 --- a/bin/createPhar +++ /dev/null @@ -1,56 +0,0 @@ -#!/usr/bin/env php -addFile('bin/phpmnd'); -$dirs = [ - 'src', - 'vendor', -]; -foreach($dirs as $dir) { - addDir($dir, $phar); -} -$phar->setStub( - "#!/usr/bin/env php - getPathname(); - $path = $dir . substr($fullPath, $codeLength); - if (is_file($path)) { - $phar->addFile($path); - } - } -} -