xref: /original-bsd/usr.bin/compress/zcat.sh (revision c6ddb5f9)
1#!/bin/sh -
2#
3# Copyright (c) 1992 The Regents of the University of California.
4# All rights reserved.
5#
6# %sccs.include.redist.sh%
7#
8#	@(#)zcat.sh	5.1 (Berkeley) 12/02/92
9#
10
11uncompress -c $*
12