#!/bin/bash
 mkdir /tmp/prescribble
 cp ~/prescribble.dat.gz /ram/tmp/prescribble/prescribble.dat.gz
 gunzip /tmp/prescribble/prescribble.dat.gz
 prescribble -f /tmp/prescribble/prescribble.dat
 gzip /tmp/prescribble/prescribble.dat
 cp /ram/tmp/prescribble/prescribble.dat.gz ~/prescribble.dat.gz 