Added binary script to composer and referring to global install

This commit is contained in:
Gabor Gyorvari
2018-04-04 10:20:41 +02:00
parent 726b9ce78b
commit fbff2a224c
3 changed files with 9 additions and 3 deletions

4
scan Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env php
<?php
require_once __DIR__.'/scan.php';
new MalwareScanner();