mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 03:01:34 +00:00
Update bootstrapping and create Yenc service and facade
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
/**
|
||||
@@ -10,10 +11,8 @@
|
||||
* New location: app/Services/Tmux/Scripts/postprocess_pre.php
|
||||
*/
|
||||
|
||||
require_once __DIR__.'/../../../../bootstrap/autoload.php';
|
||||
|
||||
$limit = isset($argv[1]) && is_numeric($argv[1]) ? $argv[1] : '';
|
||||
$artisan = base_path('artisan');
|
||||
$artisan = dirname(__DIR__, 4).'/artisan';
|
||||
|
||||
$command = "php {$artisan} predb:check".($limit ? " {$limit}" : '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user