Sha256: 13a1806e9b0c529659dfdb10f88214c440fa14129d91c15b397c52d0fd20a4dc
Contents?: true
Size: 193 Bytes
Versions: 25
Compression:
Stored size: 193 Bytes
Contents
#!/usr/bin/env bash # runs grep but always returns a true exit status. (Otherwise hadoop vomits) # You can set a command line var in hadoop instead, but we'll leave this around grep "$@" true
Version data entries
25 entries across 25 versions & 2 rubygems