Sha256: 69289f794f6894ff46296167d657f7a5364f12a7055b52022372b00e460d35b3
Contents?: true
Size: 175 Bytes
Versions: 13
Compression:
Stored size: 175 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 v4.0.1' 1>&2 echo 'more non-matching stuff' 1>&2
Version data entries
13 entries across 13 versions & 1 rubygems