#!/usr/bin/env ruby

puts "Cleaning tmp"
`rm -rf tmp/*`


puts "Cleaning log"
`rm -rf log/*`

puts "Removing coverage"
`rm -rf coverage`
