mirror of
https://forge.murkfall.net/bluesaxman/squeegy.git
synced 2026-03-13 03:14:21 -06:00
Added line to disable dmesg warnings and errors about disks and stuff, should give a cleaner output now
This commit is contained in:
3
wipe.pl
3
wipe.pl
@@ -39,6 +39,9 @@ my %color = (
|
|||||||
"reset" => `tput sgr0`
|
"reset" => `tput sgr0`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
# Disable dmesg logs to console because ew gross
|
||||||
|
system("dmesg -n 1");
|
||||||
|
|
||||||
my $pretend = grep /--dryrun/, @ARGV;
|
my $pretend = grep /--dryrun/, @ARGV;
|
||||||
my $longrun = grep /--long/, @ARGV;
|
my $longrun = grep /--long/, @ARGV;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user