Metropoli BBS
VIEWER: cap2tar.dos MODE: TEXT (ASCII)
#!/bin/sh
#-----------------------------------------------------------------------
# Description:
# Creates a gzip-ed tarfile of the DOS version of CAPLIB2,
# in file /tmp/cap2dos.tgz.
#-----------------------------------------------------------------------
# Changelog:
# 920101 Smitty created.
#-----------------------------------------------------------------------
cd /dosd/my
tar czf /tmp/cap2dos.tgz \
	cap2/copyrite.txt \
	cap2/file_id.diz \
	cap2/gnu.txt \
	cap2/install.txt \
	cap2/read.me \
	cap2/bin \
	cap2/handbook \
	cap2/help
[ RETURN TO DIRECTORY ]