diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-04-19 11:02:48 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-04-19 11:02:48 +0200 |
commit | 3983548e7c0f107fa7b7cc3c4c36aa009590b481 (patch) | |
tree | 071513d1c25459cb81dbf56e5acc5942424a732e /bin/phpiac | |
parent | 671e3f1540f3a683d548dafd64c068ad6a64ac2f (diff) |
Moves Modules to own package
Removes phar
Renames bin
'n' stuff
Diffstat (limited to 'bin/phpiac')
-rwxr-xr-x | bin/phpiac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/phpiac b/bin/phpiac new file mode 100755 index 0000000..3e2b520 --- /dev/null +++ b/bin/phpiac @@ -0,0 +1,6 @@ +#!/usr/bin/env php +<?php + +require dirname(__DIR__) . '/vendor/autoload.php'; + +\PHPIAC\IAC::getInstance(); |