#!/bin/sh

if [ $# -gt 0 ]; then
	echo "Usage: licenseshow"
	exit 1;
fi
 
/fabos/libexec/lutil $@
echo "License Id:"
/fabos/libexec/lutil -i
