#!/bin/bash
# Create a development snapshot of the Do178Builder source code for 
# local copy of www.sandroid.org.  Assumes that Do178Builder-source
# and sandroid.org are both installed under the home Projects directory.
export WHERE_FTP=~/Projects/sandroid.org/public_html/birdsproject/wasftp.birdsproject
cd ~/Projects
rm Do178Builder-source/Do178Builder Do178Builder-source/*.o
tar --exclude=.snprj --exclude=CVS -czvf ${WHERE_FTP}/Do178Builder-`date +%Y%m%d`-source.tar.gz Do178Builder-source
ls -l -t -r ${WHERE_FTP} 
