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