0.1.6
Better menus, fix UTF-8 bug
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user