File: decompress_stdin.sh.in

package info (click to toggle)
cssc 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 11,368 kB
  • sloc: cpp: 39,446; ansic: 17,403; sh: 11,328; python: 3,923; makefile: 1,929; perl: 342; awk: 15; sed: 15
file content (12 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
#
# Decompress the compressed file which appears on stdin.
# We do not have any command-line arguments.
# $Id: decompress_stdin.sh.in,v 1.1 2001/08/29 17:47:34 james_youngman Exp $
#
# $Log: decompress_stdin.sh.in,v $
# Revision 1.1  2001/08/29 17:47:34  james_youngman
# Shell script which decompresses its input.
#
#
exec @ZCAT_PROGRAM@