#!/usr/bin/ruby # DO NOT EDIT - This file is being maintained by Chef require 'expire' ARGV.each do |f| Expire::expire(f) end