#!/bin/sh
TYPE=${1}
if [ -z $TYPE ]
then
  TYPE=TEST
fi
echo ${TYPE}