#! /usr/bin/ruby =begin -------------------------------------------------------------------------------- Start following the tails of all of the logs in Tomcat. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- =end puts system("tail -f ~/LoadTesting/tomcat/logs/*")