#!/usr/bin/python3

import subprocess
import sys

sys.exit(subprocess.call(["/usr/lib/ina/ina-license/ina-activate.py"] + sys.argv[1:]))
