#!/bin/sh
git archive HEAD --prefix='casci/' | gzip -9 > casci-`date +%H%Z-%Y%m%d`.tar.gz
