maketar.sh
author viric <viriketo@gmail.com>
Sun, 01 Jan 2012 21:43:00 +0100
changeset 21 59497fb48e2c
parent 12 faac84f37171
permissions -rw-r--r--
Fixing a signed/unsigned problem, evident when downloading lots of samples.

#!/bin/sh
VERSION=0.2
D=pce-0.2

mkdir $D
cp pce.c LICENSE Makefile AUTHORS README $D
tar cvzf $D.tar.gz $D