Stub out queue-view-item script

This commit is contained in:
Greyscale 2020-11-22 08:39:40 +01:00
parent fdddca5fff
commit d9b6621a1a
No known key found for this signature in database
GPG key ID: C6178C19949CFFE3
2 changed files with 5 additions and 0 deletions

4
bin/queue-view-item Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/php
<?php
require_once(__DIR__ . "/find-autoloader.php");

View file

@ -89,6 +89,7 @@
},
"bin": [
"bin/queue-status",
"bin/queue-view-item",
"bin/worker"
]
}