#!/bin/bash

SERVICE=$1;
/bin/cat /tmp/bigstat/$SERVICE;
exit $?