diff options
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(); |