#!/bin/bash

# This script allows the tclogbook_sync timer to be automated.
# All outputs will be directed to /data/errors/tclogbook*.log
/opt/cyflex_java/cmds/tclogbook_to_central >> /data/errors/tclogbook_to_central_`date +"%y%m%d"`.log
/opt/cyflex_java/cmds/tclogbook_from_central >> /data/errors/tclogbook_to_central_`date +"%y%m%d"`.log
