a very simple script to create snapshot of the current head

This commit is contained in:
Johann Dreo 2011-01-27 11:59:14 +01:00
commit 89320c179f

3
archive_current.sh Executable file
View file

@ -0,0 +1,3 @@
today=`date --iso-8601`
git archive --format zip master > eo_${today}.zip