mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
Update .env.example
This commit is contained in:
@@ -211,3 +211,8 @@ FORUM_FRONTEND_ENABLED=false
|
||||
STREAM_FORK_OUTPUT=false
|
||||
|
||||
TINYMCE_API_KEY=
|
||||
|
||||
TMUX_USE_POWERLINE=true
|
||||
TMUX_USE_NERD_FONTS=true
|
||||
TMUX_TERMINAL=tmux-256color
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
|
||||
require_once dirname(__DIR__, 4).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use Blacklight\ConsoleTools;
|
||||
|
||||
// This script is simply so I can show sleep progress in bash script
|
||||
$consoletools = new ConsoleTools;
|
||||
if (isset($argv[1]) && is_numeric($argv[1])) {
|
||||
$consoletools->showsleep($argv[1]);
|
||||
}
|
||||
Reference in New Issue
Block a user