12 lines
346 B
Ruby
Executable file
12 lines
346 B
Ruby
Executable file
#! /usr/bin/ruby
|
|
|
|
=begin
|
|
--------------------------------------------------------------------------------
|
|
|
|
Remove any Tomcat logs.
|
|
|
|
--------------------------------------------------------------------------------
|
|
--------------------------------------------------------------------------------
|
|
=end
|
|
|
|
puts system("rm ~/LoadTesting/tomcat/logs/*")
|