From 30172a7e33d34bf87e94f92a0727ad01e82d4384 Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Mon, 7 Oct 2019 10:37:31 -0600 Subject: [PATCH] Changed confermation phrase to YES because I like short things. --- wipe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));