12 lines
364 B
Ruby
Executable file
12 lines
364 B
Ruby
Executable file
#! /usr/bin/ruby
|
|
|
|
=begin
|
|
--------------------------------------------------------------------------------
|
|
|
|
View the VIVO log in Tomcat.
|
|
|
|
--------------------------------------------------------------------------------
|
|
--------------------------------------------------------------------------------
|
|
=end
|
|
|
|
puts system("less ~/LoadTesting/tomcat/logs/vivo.all.log")
|