# run this from eosPT_builder to create eosPT_data.tar.bz2 in the eos directory
rm -rf ../data/eosPT_data/cache
cd data
rm -rf eosPT_data.tar
rm -rf eosPT_data.tar.bz2
echo 'tar -cvf eosPT_data.tar eosPT_data'
tar -cvf eosPT_data.tar eosPT_data
echo 'bzip2 eosPT_data.tar'
bzip2 eosPT_data.tar
cp eosPT_data.tar.bz2 ../..
echo "next step is"
echo "./build_macdonald_4_export"
