7 lines
58 B
Ruby
Executable File
7 lines
58 B
Ruby
Executable File
#!/usr/bin/ruby
|
|
|
|
for file in ARGV
|
|
File.unlink file
|
|
end
|
|
|