#!/bin/bash

FILES="Cards HTML SubProcesses bin lib Source Events index.html README TemplateVersion.txt MGMEVersion.txt"

rm -f amcatnlo.tar.gz amcatnlo.tar >& /dev/null
tar cf amcatnlo.tar $FILES
gzip amcatnlo.tar
