#! /bin/sh
#
# Splus LICENSE features
#
# List all of the installed features along with their aliases.
#

set X $SLIC_KEYDIR/*
shift
[ "X$1" = "X$SLIC_KEYDIR/*" ] && shift

if [ $# -gt 0 ]
then exec $SHOME/adm/lic/cmd/Slmhelper features $*
else echo "No license keys installed in $SLIC_KEYDIR." >&2; exit 1
fi
