#!/usr/bin/python3

import subprocess
import sys

subprocess.call(["/usr/lib/ufficiozero/eduinstall/eduinstall.py", "install"] + sys.argv[1:])
