Better menus, fix UTF-8 bug
This commit is contained in:
2019-05-08 01:22:55 -07:00
parent 3f53cf689e
commit 2aa841e7e0
12 changed files with 2135 additions and 1535 deletions

View File

@@ -9,6 +9,10 @@ if ($argv[3]) { $log = $argv[3]; } else { $log = "/dev/null"; }
echo "Starting ".$lines." threads...";
$locale="en_US.UTF-8";
setlocale(LC_ALL, $locale);
putenv("LC_ALL=".$locale);
exec(__DIR__."/parallel < ".escapeshellarg($argv[1])." >> ".$log." 2>&1 &");
echo "\nPROGRESS:0\n";