#!/bin/sh
#
#  reqtail
#    A simple wrapper around tail that knows where the req logfile is kept.

tail "$@" @{CODE_REQLOG}
