#!/usr/bin/bash


#
# Copyright 2004-2022 Citrix Systems, Inc. All rights reserved.
# This software and documentation contain valuable trade
# secrets and proprietary property belonging to Citrix Systems, Inc.
# None o1f this software and documentation may be copied,
# duplicated or disclosed without the express
# written permission of Citrix Systems, Inc.

export  PYTHONPATH=/var/mastools/scripts/pythonlib/ccauth-4.1.1-py2.7.egg/:/var/mastools/scripts/pythonlib/rsa-3.4.2-py2.7.egg/:/var/mastools/scripts/:/var/mastools/scripts/admautoreg/


python  /var/mastools/scripts/mastools_dry_run.py $1 $2 $3 $4 $5

exit 0