Sha256: a61d2d12652ac4621a1cfa67ed75cd46d0d589c319e5608ba04f7183f8d54c41
Contents?: true
Size: 179 Bytes
Versions: 15
Compression:
Stored size: 179 Bytes
Contents
#! /bin/sh # all output to stderr (some programs show version this way) echo 'this is a non-matching line' 1>&2 echo 'fakebin v2.0.1.ERR' 1>&2 echo 'more non-matching stuff' 1>&2
Version data entries
15 entries across 15 versions & 1 rubygems