#!/bin/bash


if [ ! -n "$1" ]
then
  echo "usage: `basename $0` uuid"
  exit 1
fi  

$JAVA -cp $SIAM_CLASSPATH \
-Dsiam_home=$SIAM_HOME \
moos.operations.utils.RemoveServiceJar $*

