#!/bin/bash
echo "Checking for pre-requisite " $1
grep -q "$1" /opt/hsc/data/version
exit $?
