1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-09 15:20:59 +00:00

Fix some formating

This commit is contained in:
Jens Steube 2020-01-15 20:27:08 +01:00
parent ae03120981
commit e72bd958ba
8 changed files with 46 additions and 46 deletions

View File

@ -8,7 +8,7 @@ my $amd_cache = "~/.AMD";
my $hashcat_path = "."; my $hashcat_path = ".";
my $kernels_cache = "$hashcat_path/kernels"; my $kernels_cache = "$hashcat_path/kernels";
my $hashcat_bin = "$hashcat_path/hashcat"; my $hashcat_bin = "$hashcat_path/hashcat";
my $device = 1; my $device = 5;
my $workload_profile = 3; my $workload_profile = 3;
my $runtime = 24; my $runtime = 24;
my $sleep_sec = 12; my $sleep_sec = 12;