root/hodgestar/PythonCode/Bee/make-src-tarball.sh

Revision 33, 145 bytes (checked in by simon, 5 years ago)

Add TODOs (before we forget them).

Line 
1#!/bin/bash
2tar --exclude='*.pyc' --exclude='.svn' -czf bee-0.0.1.tar.gz \
3  Bee/bee Bee/scripts \
4  Bee/setup.py \
5  Bee/COPYRIGHT \
6  Bee/TODO
Note: See TracBrowser for help on using the browser.