maketar.sh
author viric <viriketo@gmail.com>
Sun, 24 Oct 2010 12:58:45 +0200
changeset 8 897b154201f8
parent 6 d33abce98412
child 12 faac84f37171
permissions -rw-r--r--
More about the license, shown at program usage show.

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

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