#!/usr/bin/perl -w

use strict;

use lib '/app/tools/bookpub/lib';
use BookPub::RDAS::Process::ProductMonitor;

BookPub::RDAS::Process::ProductMonitor->start();
