Add log render nothing

This commit is contained in:
2014-10-17 16:39:37 +02:00
parent 9e9855f762
commit 4ac4b4c5fe
6 changed files with 35410 additions and 1 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env ruby
puts "Cleaning tmp"
`rm -rf tmp/*`
puts "Cleaning log"
`rm -rf log/*`
puts "Removing coverage"
`rm -rf coverage`