branching for merger
This commit is contained in:
parent
b2ae81bcf1
commit
136a07c178
1
wipe.pl
1
wipe.pl
@ -164,6 +164,7 @@ while () {
|
|||||||
print join("\n",sort {$a cmp $b} uniq(@failed));
|
print join("\n",sort {$a cmp $b} uniq(@failed));
|
||||||
@failed = ();
|
@failed = ();
|
||||||
@good = ();
|
@good = ();
|
||||||
|
print "\n";
|
||||||
print $color{"green"}.("-"x34).$color{"red"}."\nWipe complete, insert more drives.\n".$color{"green"}.("-"x34).$color{"reset"}."\n";
|
print $color{"green"}.("-"x34).$color{"red"}."\nWipe complete, insert more drives.\n".$color{"green"}.("-"x34).$color{"reset"}."\n";
|
||||||
anykey("Hit any key when ready to continue...\n");
|
anykey("Hit any key when ready to continue...\n");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user