source: trunk/essentials/app-arch/gzip/zcat.in

Last change on this file was 3327, checked in by bird, 18 years ago

We use ';' as PATH separator. TODO: change this with some sed replacement stuff.

File size: 49 bytes
RevLine 
[3325]1#!/bin/sh
[3327]2PATH="BINDIR;$PATH"
[3325]3exec gzip -cd "$@"
Note: See TracBrowser for help on using the repository browser.