root/trunk/dist.sh

Revision 162, 180 bytes (checked in by bombadil, 4 years ago)

add tool to generate distribution

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3cd ..
4tar cz --exclude=.svn -f ews-0.1-`date +%Y%m%d`.tar.gz ella-src/{etc,main,common,modules,AUTHORS,ChangeLog,COPYING,include,INSTALL,configure,Makefile.in,README}
5
Note: See TracBrowser for help on using the browser.