From 136a07c1785032667a645971fdb634a8cbef50a4 Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Mon, 7 Oct 2019 10:30:13 -0600 Subject: [PATCH] branching for merger --- wipe.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/wipe.pl b/wipe.pl index f0b444d..753be04 100755 --- a/wipe.pl +++ b/wipe.pl @@ -164,6 +164,7 @@ while () { print join("\n",sort {$a cmp $b} uniq(@failed)); @failed = (); @good = (); + print "\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"); }