#!/bin/bash

# A wrapper to launch the registration tool

python -m ovirt.node.tools.registration "$@"
