#!/bin/bash

UPDATE_DIR="/home/ops/kelpbed-mirror/last72"
XF_HOME="/home/ops/xfoce/xfoce-0.55"

# set XF_HOME
. $XF_HOME/src/scripts/xfhome $XF_HOME

# go to update directory
cd $UPDATE_DIR
# sync archive and generate plots
../rsync-pub -rwq

test_ret=$?

exit $test_ret
