#!/bin/csh -f

foreach i ($*)
  cp -i /dev/null $i
end
