#!/bin/sh

if [ $# -ne 0 ]; then
    echo "Usage: licenseidshow"
    exit 1;
fi

/fabos/libexec/lutil -i
