From 89320c179fac084666e37e305cd2172a058c439e Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 27 Jan 2011 11:59:14 +0100 Subject: [PATCH] a very simple script to create snapshot of the current head --- archive_current.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 archive_current.sh diff --git a/archive_current.sh b/archive_current.sh new file mode 100755 index 00000000..c1bfe377 --- /dev/null +++ b/archive_current.sh @@ -0,0 +1,3 @@ +today=`date --iso-8601` +git archive --format zip master > eo_${today}.zip +