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