#!/bin/bash

# wrapper to sync both the module code and the tar.gz tarballs

cp $HOME/progs/perl/scripts/yields/plot_yieldsets.pl ./scripts2/
cp $HOME/progs/perl/scripts/ensemble/plot_ensemble.pl ./scripts2/

cd ./modules_targz
./sync

