diff options
Diffstat (limited to 'bin/compile')
-rw-r--r-- | bin/compile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/compile b/bin/compile deleted file mode 100644 index a36967e..0000000 --- a/bin/compile +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env php -<?php - -unlink(getcwd() . '/iac.phar'); -#chdir(dirname(__DIR__)); -#exec('composer install --no-dev'); - -$phar = new Phar('iac.phar'); -$phar->setStub(Phar::createDefaultStub()); -$phar->buildFromDirectory(dirname(__DIR__), '/(src|vendor|index\.php)/'); |