Added lcdbridge
This commit is contained in:
10
bin/lcdbridge
Executable file
10
bin/lcdbridge
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
|
||||
NoccyLabs\LcdBridge\LcdBridgeApplication::main();
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user