Changed confermation phrase to YES because I like short things.
This commit is contained in:
parent
cdff163010
commit
30172a7e33
2
wipe.pl
2
wipe.pl
@ -7,7 +7,7 @@ use v5.10;
|
|||||||
|
|
||||||
# set CONFIRMATION_PHRASE to anything falsy (like zero) if you are a fast and
|
# 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.
|
# 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;
|
my $termios = POSIX::Termios->new;
|
||||||
$termios->getattr(fileno(STDIN));
|
$termios->getattr(fileno(STDIN));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user