maketar.sh
author viric <viriketo@gmail.com>
Mon, 10 Jan 2011 19:07:49 +0100
changeset 15 06da811cdc27
parent 12 faac84f37171
permissions -rw-r--r--
Fixing the month written into the file.

#!/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