#!/bin/sh
## $poplocal/local/sim/mktarfile
## Aaron Sloman (The University of Birmingham)
## 18 Dec 1994
## Create a tar file for distributing the sim_agent system.
## Assume it is run in the sim directory. Create simtar in directory
## above

cd ..

tar cvf simtar sim
