mirror of
https://forge.murkfall.net/bluesaxman/squeegy.git
synced 2026-03-13 03:14:21 -06:00
Changed confermation phrase to YES because I like short things.
This commit is contained in:
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
|
||||
# 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));
|
||||
|
||||
Reference in New Issue
Block a user