summaryrefslogtreecommitdiff
path: root/bin/phpiac
diff options
context:
space:
mode:
Diffstat (limited to 'bin/phpiac')
-rwxr-xr-xbin/phpiac6
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();