diff --git a/wipe.pl b/wipe.pl index 8e7e0a8..ef3b339 100755 --- a/wipe.pl +++ b/wipe.pl @@ -7,7 +7,7 @@ use v5.10; # set CONFIRMATION_PHRASE to anything falsy (like zero) if you are a fast and # loose badass and you don't need no stinkin' safety net. -use constant CONFIRMATION_PHRASE => "I am a pretty pink pineapple!"; +use constant CONFIRMATION_PHRASE => "YES"; my $termios = POSIX::Termios->new; $termios->getattr(fileno(STDIN));