#!/usr/bin/ruby

for file in ARGV
  File.unlink file
end