Sha256: e508cd4afae80e8ff0249fe104a0ca8fe4db4a6c29a08cce3d407cc9498c089c

Contents?: true

Size: 166 Bytes

Versions: 7

Compression:

Stored size: 166 Bytes

Contents

#!/usr/bin/env bash

if [[ -z "${1:-""}" ]] || [[ -z "${2:-""}" ]] ; then exit 1 ; fi

if [[ -n "$(echo "${1}" |  awk "/${2}/")" ]] ; then exit 0 ; else exit 1 ; fi

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rvm-1.0.9 scripts/match
rvm-1.0.8 scripts/match
rvm-1.0.7 scripts/match
rvm-1.0.6 scripts/match
rvm-1.0.5 scripts/match
rvm-1.0.4 scripts/match
rvm-1.0.3 scripts/match