maketar.sh
author viric <viriketo@gmail.com>
Wed, 21 Dec 2011 23:02:04 +0100
changeset 19 3ed36b0e41bd
parent 12 faac84f37171
permissions -rw-r--r--
Making the pce output a gnuplot script directly.

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