Tizen 2.0 Release
[pkgs/o/oma-ds-service.git] / bin / zcat
1 #!/bin/bash
2 PATH=${GZIP_BINDIR-'/bin'}:$PATH
3 exec gzip -cd "$@"