Sha256: 2510559ec37e3130d8a735a0693f23a1fd9b62e89312552f4304423792892291

Contents?: true

Size: 206 Bytes

Versions: 4

Compression:

Stored size: 206 Bytes

Contents

#!/usr/bin/env bash

# runs grep but always returns a true exit status. (Otherwise hadoop vomits)
grep "$@"
true
# runs grep but always returns a true exit status. (Otherwise hadoop vomits)
egrep "$@"
true

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mrflip-wukong-0.1.0 bin/greptrue
wukong-1.4.0 bin/greptrue
wukong-0.1.4 bin/greptrue
wukong-0.1.1 bin/greptrue