mirror of
https://github.com/webmin/webmin.git
synced 2025-07-29 11:50:54 +00:00
12 lines
115 B
Raku
Executable File
12 lines
115 B
Raku
Executable File
|
|
do 'fdisk-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return ( "/proc/partitions", "/proc/scsi/scsi",
|
|
"fdisk -l |" );
|
|
}
|
|
|
|
1;
|
|
|