#! /bin/sh

# fmlicense startup script (when run from installation directory)
# run this to configure the Frame licensing environment.
#
#-------------------------------------------------------------------------------
#-----  Frame Technology	If you encounter any difficulties with this
#-----  1010 Rincon Circle	script, contact Frame Tech Support.
#Frame  San Jose, CA 95131	internet: comments@frame.com
#=====  (408) 433-3311		uucp: {riacs,ames,vsi1}!frame!comments
#-------------------------------------------------------------------------------

case $# in
0) exec bin/fmlicense ;;
1) exec bin/fmlicense "$@" ;;
esac
