#!/bin/sh
#
#otsolog objectName
#
#print tracing from otso.log that is concerned with 'objectName'
#

tail -f otso.log | otsogrep -rpav $1
