9 lines
113 B
Plaintext

{
if (open(GRUB, "/etc/default/grub"))
{
@lines = <GRUB>;
}
close GRUB;
$OUT = "";
}