#! /bin/sh
#
# Splus LICENSE notify
#
# Interface to the elmnotify command. Force -e `keydir` to locate key files.
#

exec elmalert -e $SLIC_KEYDIR ${1+"$@"}
