maketar.sh
author viric <viriketo@gmail.com>
Mon, 10 Jan 2011 19:13:26 +0100
changeset 16 62f8cead15df
parent 12 faac84f37171
permissions -rw-r--r--
Adding information on how to use gnuplot to plot the results downloaded from the PCE.

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