#! /usr/bin/python3
# PBR Generated from 'console_scripts'

import sys

from ilorest.rdmc import ilorestcommand


if __name__ == "__main__":
    sys.exit(ilorestcommand())
