#!/bin/sh

DIR=/dsk2/users/len/X/rgsadmin

cd $DIR
tar cvf $DIR/tarball/src.tar ./Makefile ./*.c ./*.h
compress $DIR/tarball/src.tar
