#!/bin/sh
## $poplocal/local/prb/mktarfile
## Aaron Sloman (The University of Birmingham)
## 10 Nov 1994
## Create a tar file for distributing the poprulebase system.
## Assume it is run in the prb directory. Create prbtar in directory
## above

cd ..

tar cvf prbtar prb
