#!/usr/bin/perl

use strict;

use lib '/app/tools/common/lib';
use Common::Deploy::Process;

Common::Deploy::Process->start();
