#!/bin/sh
tar cvf /tmp/eps.tar figures/cylinder/ figures/robin/
bzip2 -9 /tmp/eps.tar
putftp /tmp/eps.tar.bz2
