cmdtest/t/bin/rm.rb
2009-03-24 08:47:54 +00:00

7 lines
58 B
Ruby
Executable File

#!/usr/bin/ruby
for file in ARGV
File.unlink file
end