2 lines
86 B
Perl
2 lines
86 B
Perl
unlink $_ for qw(/docs/output.txt ./docs/output.txt);
|
|
rmdir $_ for qw(/docs ./docs);
|