maketar.sh
author viric <viriketo@gmail.com>
Wed, 21 Dec 2011 23:27:15 +0100
changeset 20 b470691c2fc3
parent 12 faac84f37171
permissions -rw-r--r--
Adding a gnuplot script that works. The previous hack does not work for me. But I think I've seen it working in the attempt before commiting it.

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