Metropoli BBS
VIEWER: cap2tar MODE: TEXT (ASCII)
#!/bin/sh
# ----------------------------------------------------------------------------
# Description:
# Creates the tar file for public distribution of CAPLIB2.
# ----------------------------------------------------------------------------
# Changelog:
# 920101 Created by Smitty.
# ----------------------------------------------------------------------------
cd
rm cap2/validate/new/*
rm cap2/bin/apldeb2
rm cap2/lib/libbug2.a
find cap2 -name core -exec rm {} \;
tar czf /tmp/cap2.tgz cap2
[ RETURN TO DIRECTORY ]